Skip to content

Commit

Permalink
v17.0.1 - remove dependency on System.Memory nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman committed Jan 24, 2024
1 parent 97a83d3 commit 6a2c2f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions InterlockLedger.Commons/InterlockLedger.Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>InterlockLedger</Product>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/interlockledger/interlockledger-commons.git</RepositoryUrl>
<Version>17.0.0</Version>
<Version>17.0.1</Version>
<PackageId>InterlockLedger.Commons</PackageId>
<PackageReleaseNotes>Bringing more abstractions from upper projects</PackageReleaseNotes>
<PackageIcon>il2.png</PackageIcon>
Expand Down Expand Up @@ -72,8 +72,4 @@
<Message Importance="high" Text="Pushing $(NugetPackage)" Condition="Exists('$(NugetPackage)') and '$(NUGET_API_KEY)'!=''" />
<Exec Command="dotnet nuget push --skip-duplicate -s nuget.org -k $(NUGET_API_KEY) $(NugetPackage)" ContinueOnError="true" StandardErrorImportance="high" StandardOutputImportance="high" IgnoreExitCode="true" Condition="Exists('$(NugetPackage)') and '$(NUGET_API_KEY)'!=''" />
</Target>

<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
</Project>

0 comments on commit 6a2c2f8

Please sign in to comment.