|
2 | 2 |
|
3 | 3 | <!--
|
4 | 4 | Because this is a multi-targeted project/solution, run tests from the command line
|
5 |
| - with the current working directory set to the location of this csproj. Tests will not |
6 |
| - execute within the VS IDE as of version 15.6.5 (April 2018). |
| 5 | + with the current working directory set to the location of this csproj. As of Sept 2018 |
| 6 | + the VS2017 IDE (v15.8.3) will only run a .NET Core test, there is no way to run |
| 7 | + the .NET Framework test from the IDE. |
7 | 8 |
|
8 | 9 | dotnet test [dash dash]framework net452
|
9 | 10 | dotnet test [dash dash]framework netcoreapp2.0
|
|
25 | 26 |
|
26 | 27 | <ItemGroup>
|
27 | 28 | <ProjectReference Include="..\..\src\Serilog.Sinks.MSSqlServer\Serilog.Sinks.MSSqlServer.csproj" />
|
28 |
| - <PackageReference Include="FluentAssertions" Version="4.19.4" /> |
29 |
| - <PackageReference Include="Dapper.StrongName" Version="1.50.2" /> |
| 29 | + <PackageReference Include="FluentAssertions" Version="5.4.1" /> |
| 30 | + <PackageReference Include="Dapper.StrongName" Version="1.50.5" /> |
30 | 31 | <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0" />
|
31 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0-preview-20171012-09" /> |
| 32 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> |
| 33 | + <PackageReference Include="System.Diagnostics.Debug" Version="4.3.0" /> |
32 | 34 | </ItemGroup>
|
33 | 35 |
|
34 | 36 | <ItemGroup>
|
|
42 | 44 | <ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
|
43 | 45 | <Reference Include="System" />
|
44 | 46 | <Reference Include="Microsoft.CSharp" />
|
45 |
| - <PackageReference Include="xunit" Version="2.3.0" /> |
46 |
| - <PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" NoWarn="NU1701" /> |
| 47 | + <PackageReference Include="xunit" Version="2.4.0" /> |
| 48 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> |
47 | 49 | <Compile Include="Configuration\NetFramework.ConfigurationManager\**\*.cs" />
|
48 | 50 | </ItemGroup>
|
49 | 51 |
|
|
54 | 56 | <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
|
55 | 57 | <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" />
|
56 | 58 | <PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
|
57 |
| - <PackageReference Include="xunit" Version="2.3.0" /> |
58 |
| - <PackageReference Include="xunit.core" Version="2.3.0" /> |
59 |
| - <PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" NoWarn="NU1701"> |
| 59 | + <PackageReference Include="xunit" Version="2.4.0" /> |
| 60 | + <PackageReference Include="xunit.core" Version="2.4.0" /> |
| 61 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0"> |
60 | 62 | <PrivateAssets>all</PrivateAssets>
|
61 | 63 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
62 | 64 | </PackageReference>
|
|
0 commit comments