Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Use api-client-shared v.4 to avoid compatibility-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Strandenæs committed Feb 8, 2021
1 parent 90e69df commit 38d328b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">

<PropertyGroup>
<Title>Difi Sikker Digital Post Klient Domene</Title>
Expand Down Expand Up @@ -45,8 +45,8 @@
<ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
<PackageReference Include="Difi.Felles.Utility" Version="5.0.0" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="7.0.0" />
<PackageReference Include="api-client-shared" Version="4.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">

<PropertyGroup>
<Title>Difi Sikker Digital Post Klient Resources</Title>
Expand Down Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
<PackageReference Include="Difi.Felles.Utility" Version="5.0.0" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="7.0.0" />
<PackageReference Include="api-client-shared" Version="4.0.0" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">

<PropertyGroup>
<Title>Difi Sikker Digital Post Klient Tester</Title>
Expand Down Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
<PackageReference Include="CompareNETObjects" Version="4.66.0" />
<PackageReference Include="Difi.Felles.Utility" Version="5.0.0" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="7.0.0" />
<PackageReference Include="api-client-shared" Version="4.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit.assert" Version="2.4.1" />
<PackageReference Include="xunit.core" Version="2.4.1" />
Expand Down Expand Up @@ -84,4 +84,4 @@
<EmbeddedResource Include="Skjema/Eksempler/Kvitteringer/**/*" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">

<PropertyGroup>
<Title>Difi Sikker Digital Post Klient</Title>
Expand Down Expand Up @@ -90,7 +90,7 @@
<ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
<PackageReference Include="Difi.Felles.Utility" Version="5.0.0" />
<PackageReference Include="Digipost.Api.Client.Shared" Version="7.0.0" />
<PackageReference Include="api-client-shared" Version="4.0.0" />
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.3" />
Expand All @@ -104,4 +104,4 @@
<ProjectReference Include="..\Difi.SikkerDigitalPost.Klient.Domene\Difi.SikkerDigitalPost.Klient.Domene.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 38d328b

Please sign in to comment.