Skip to content

Commit

Permalink
Bumper api-client-shared til 2.0 i nuspec
Browse files Browse the repository at this point in the history
Kan ikke støtte lavere enn 2.0.0 siden det vil skape kluss med public key tokens
  • Loading branch information
Aleksander Aas Sjåfjell committed Nov 10, 2016
1 parent 74d21d8 commit bb6b99e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<AssemblyOriginatorKeyFile>C:\Keys\signingkey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ApiClientShared, Version=1.2.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.2.0\lib\net45\ApiClientShared.dll</HintPath>
<Reference Include="ApiClientShared, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.2.0.0\lib\net45\ApiClientShared.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Difi.Felles.Utility.Resources/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.2.0" targetFramework="net45" />
<package id="api-client-shared" version="2.0.0" targetFramework="net45" />
</packages>
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\signingkey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ApiClientShared, Version=1.2.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.2.0\lib\net45\ApiClientShared.dll</HintPath>
<Reference Include="ApiClientShared, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.2.0.0\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.2.0" targetFramework="net45" />
<package id="api-client-shared" version="2.0.0" 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
4 changes: 2 additions & 2 deletions Difi.Felles.Utility/Difi.Felles.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<Compile Include="XmlValidator.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="ApiClientShared, Version=1.2.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.1.2.0\lib\net45\ApiClientShared.dll</HintPath>
<Reference Include="ApiClientShared, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6e6972f540d5419a, processorArchitecture=MSIL">
<HintPath>..\packages\api-client-shared.2.0.0\lib\net45\ApiClientShared.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
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.2.0" targetFramework="net45" />
<package id="api-client-shared" version="2.0.0" 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.5968.19413, 2.0)" />
<dependency id="api-client-shared" version="[2.0.0, 3.0.0)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit bb6b99e

Please sign in to comment.