Skip to content

Commit

Permalink
Oppgraderer avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Aas Sjåfjell committed Sep 21, 2016
1 parent 9f8e5e6 commit 3bfba14
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Difi.Felles.Utility.Tester/Difi.Felles.Utility.Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<AssemblyOriginatorKeyFile>C:\Keys\digipost.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ApiClientShared, Version=1.0.5941.27271, Culture=neutral, PublicKeyToken=683b8efceae684a6, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.0.5941.27271\lib\net45\ApiClientShared.dll</HintPath>
<Reference Include="ApiClientShared, Version=1.0.5968.19413, Culture=neutral, PublicKeyToken=683b8efceae684a6, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.0.5968.19413\lib\net45\ApiClientShared.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Difi.Felles.Utility.Tester/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="api-client-shared" version="1.0.5941.27271" targetFramework="net45" />
<package id="api-client-shared" version="1.0.5968.19413" targetFramework="net45" />
<package id="xunit" version="2.0.0" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
Expand Down
8 changes: 3 additions & 5 deletions Difi.Felles.Utility/Difi.Felles.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,16 @@
<EmbeddedResource Include="Resources\Certificates\Test\root - cpn root sha256 ca - test.crt" />
</ItemGroup>
<ItemGroup>
<Reference Include="ApiClientShared, Version=1.0.5941.27271, Culture=neutral, PublicKeyToken=683b8efceae684a6, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.0.5941.27271\lib\net45\ApiClientShared.dll</HintPath>
<Reference Include="ApiClientShared, Version=1.0.5968.19413, Culture=neutral, PublicKeyToken=683b8efceae684a6, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.0.5968.19413\lib\net45\ApiClientShared.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Security" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion Difi.Felles.Utility/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="api-client-shared" version="1.0.5941.27271" targetFramework="net45" />
<package id="api-client-shared" version="1.0.5968.19413" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion difi-felles-utility.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<copyright>Copyright 2015</copyright>
<tags>Difi Oppslagstjeneste Felles Sikker Digital Post SikkerDigitalPost</tags>
<dependencies>
<dependency id="api-client-shared" version="1.0.5941.27271" />
<dependency id="api-client-shared" version="[1.0.5968.19413, 2.0)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3bfba14

Please sign in to comment.