Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Use Nuclei.Build 2.0.0 everywhere
Browse files Browse the repository at this point in the history
references #10
  • Loading branch information
pvandervelde committed Jun 10, 2019
1 parent 26b3a95 commit 83344fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nuclei.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ee5b68ec5ad4ef93, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nuclei.Build.2.0.0\lib\netstandard2.0\Nuclei.Build.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand Down
1 change: 1 addition & 0 deletions doc/Nuclei.Nunit.Extensions.Documentation/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<package id="Microsoft.CodeQuality.Analyzers" version="2.9.3" targetFramework="net452" />
<package id="Microsoft.NetCore.Analyzers" version="2.9.3" targetFramework="net452" />
<package id="Microsoft.NetFramework.Analyzers" version="2.9.3" targetFramework="net452" />
<package id="Nuclei.Build" version="2.0.0" targetFramework="net462" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)/../../src/base.props" />
<ItemGroup>
<Reference Include="Nuclei.Build, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ee5b68ec5ad4ef93, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nuclei.Build.1.0.0\lib\net40\Nuclei.Build.dll</HintPath>
<Reference Include="Nuclei.Build, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ee5b68ec5ad4ef93, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nuclei.Build.2.0.0\lib\netstandard2.0\Nuclei.Build.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.12.0\lib\net40\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion doc/Nuclei.Nunit.Extensions.Samples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="Microsoft.CodeQuality.Analyzers" version="2.9.3" targetFramework="net40" />
<package id="Microsoft.NetCore.Analyzers" version="2.9.3" targetFramework="net40" />
<package id="Microsoft.NetFramework.Analyzers" version="2.9.3" targetFramework="net40" />
<package id="Nuclei.Build" version="1.0.0" targetFramework="net40" />
<package id="Nuclei.Build" version="2.0.0" targetFramework="net462" />
<package id="NUnit" version="3.12.0" targetFramework="net40" />
<package id="StyleCop.Analyzers" version="1.1.118" targetFramework="net40" developmentDependency="true" />
</packages>
3 changes: 1 addition & 2 deletions src/nuclei.nunit.extensions/Nuclei.NUnit.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="System.Reflection.TypeExtensions"
Version="4.5.1" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
</ItemGroup>
</Project>

0 comments on commit 83344fd

Please sign in to comment.