Skip to content

Commit

Permalink
Merge pull request #8 from bmresearch/7-fix-missing-import-csproj
Browse files Browse the repository at this point in the history
Fixing sharedbuildprops import
  • Loading branch information
hoakbuilds authored Sep 30, 2021
2 parents 15b8a45 + 4ecf7cc commit 8456e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet.Pyth</Product>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Copyright>Copyright 2021 &#169; Solnet</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down
5 changes: 5 additions & 0 deletions Solnet.Pyth/Solnet.Pyth.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Solnet.Pyth implements functionality to integrate Pyth Network into .Net applications.
</Description>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -10,4 +14,5 @@
<PackageReference Include="Solnet.Programs" Version="0.4.8" />
</ItemGroup>

<Import Project="..\SharedBuildProperties.props" />
</Project>

0 comments on commit 8456e5b

Please sign in to comment.