Skip to content

Commit

Permalink
Depend on updated library
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronArrick committed Aug 26, 2019
1 parent eb2d11e commit c278d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0-beta.2" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0-beta.2" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit.assert" Version="2.4.1" />
<PackageReference Include="xunit.core" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion Difi.Felles.Utility/Difi.Felles.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0-beta.2" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="5.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit c278d94

Please sign in to comment.