Skip to content

Commit

Permalink
Removed Git Version due to package restore issue in Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed May 1, 2021
1 parent 8e9ed2f commit f148a29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>1.4.4</Version>
<Authors>Chris Pulman</Authors>
<TargetFrameworks>net48;netcoreapp3.1;net5.0;</TargetFrameworks>
<Description>An Observable Com port extension of System.IO.Ports.SerialPort</Description>
Expand Down Expand Up @@ -29,7 +30,4 @@
<PackageReference Include="Roslynator.Analyzers" Version="3.*" PrivateAssets="All" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.*" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit f148a29

Please sign in to comment.