Skip to content

Commit

Permalink
Add version properties to csprojs so AppVeyor version patching works
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Jul 1, 2018
1 parent fe5bfad commit 4fc978b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/IF.Lastfm.Core/IF.Lastfm.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version />
<PackageVersion />
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
</PropertyGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/IF.Lastfm.SQLite/IF.Lastfm.SQLite.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version />
<PackageVersion />
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit 4fc978b

Please sign in to comment.