Skip to content

Commit

Permalink
Merge pull request #59 from Concordium/ss/update-to-p6
Browse files Browse the repository at this point in the history
Update csproj to 4.0.0
  • Loading branch information
Søren Schwartz authored Aug 3, 2023
2 parents d422449 + c25c071 commit 13ef8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concordium.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageVersion>3.0.0</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<Description>
A .NET integration library written in C# which adds support for
constructing and sending various transactions, as well as querying
Expand All @@ -16,7 +16,7 @@
<PackageTags>concordium;concordium-net-sdk;blockchain;sdk;</PackageTags>
<Company>Concordium</Company>
<PackageId>ConcordiumNetSdk</PackageId>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 13ef8ea

Please sign in to comment.