|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>net452;netcoreapp2.0;netcoreapp2.1</TargetFrameworks> |
| 4 | + <TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks> |
5 | 5 | <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFrameworks>
|
6 | 6 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
7 | 7 | <AssemblyName>Serilog.Sinks.MSSqlServer.Tests</AssemblyName>
|
|
51 | 51 | <Compile Include="Sinks\MSSqlServer\Platform\AzureManagedServiceAuthenticatorStubTests.cs" />
|
52 | 52 | </ItemGroup>
|
53 | 53 |
|
54 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' "> |
55 |
| - <PackageReference Include="System.Collections" Version="4.3.0" /> |
56 |
| - <PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" /> |
57 |
| - <PackageReference Include="System.Runtime.Extensions" Version="4.3.1" /> |
58 |
| - <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> |
59 |
| - <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" /> |
60 |
| - <PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" /> |
61 |
| - <PackageReference Include="xunit" Version="2.4.1" /> |
62 |
| - <PackageReference Include="xunit.core" Version="2.4.1" /> |
63 |
| - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1"> |
64 |
| - <PrivateAssets>all</PrivateAssets> |
65 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
66 |
| - </PackageReference> |
67 |
| - <Compile Include="Configuration\Extensions\Hybrid\**\*.cs" /> |
68 |
| - <Compile Include="Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" /> |
69 |
| - <Compile Include="Configuration\Implementations\System.Configuration\**\*.cs" /> |
70 |
| - <Compile Include="Sinks\MSSqlServer\Platform\AzureManagedServiceAuthenticatorStubTests.cs" /> |
71 |
| - </ItemGroup> |
72 |
| - |
73 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' "> |
| 54 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
74 | 55 | <PackageReference Include="System.Collections" Version="4.3.0" />
|
75 | 56 | <PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
|
76 | 57 | <PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
|
|
86 | 67 | <Compile Remove="**\*.*" />
|
87 | 68 | <Compile Include="GlobalSuppressions.cs" />
|
88 | 69 | <Compile Include="TestUtils\**\*.cs" />
|
| 70 | + <Compile Include="Configuration\Extensions\Hybrid\**\*.cs" /> |
| 71 | + <Compile Include="Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" /> |
| 72 | + <Compile Include="Configuration\Implementations\System.Configuration\**\*.cs" /> |
89 | 73 | <Compile Include="Sinks\MSSqlServer\Platform\AzureManagedServiceAuthenticatorTests.cs" />
|
90 | 74 | </ItemGroup>
|
91 | 75 |
|
|
0 commit comments