Skip to content

Commit

Permalink
Update test NuGet packages
Browse files Browse the repository at this point in the history
XUnit from alpha to 4.1, FakeItEasy from 4 to 6 and Microsoft.Net.Test.Sdk from 15.5.0 to 16.5.0

NancyFx#3007
  • Loading branch information
Ali Bahrami committed Mar 11, 2020
1 parent d0f2e04 commit 65a3a74
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 91 deletions.
10 changes: 5 additions & 5 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="4.6.0" />
<PackageReference Include="FakeItEasy.Analyzer.CSharp" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.4.0-beta.1.build3958" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-beta.1.build3958" />
<PackageReference Include="FakeItEasy" Version="6.0.0" />
<PackageReference Include="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Resources\**\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<Compile Remove="..\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'MonoRelease' ">
<DefineConstants>$(DefineConstants);MONO</DefineConstants>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@
<PackageReference Include="Microsoft.Owin" Version="3.0.1" />
<PackageReference Include="OwinHttpMessageHandler" Version="1.3.5" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<ProjectReference Include="../../src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions test/Nancy.Tests/Nancy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
<ItemGroup>
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@
<ItemGroup>
<PackageReference Include="DotLiquid" Version="2.0.64" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@
<ItemGroup>
<PackageReference Include="MarkdownSharp" Version="1.13.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@
<ProjectReference Include="../../src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj" />
<ProjectReference Include="../Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="FakeItEasy" Version="6.0.0" />
<PackageReference Update="FakeItEasy.Analyzer.CSharp" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 65a3a74

Please sign in to comment.