|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netcoreapp2.2</TargetFramework> |
5 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
6 |
| - <AssemblyName>Pomelo.Extensions.Caching.MySql.Tests</AssemblyName> |
7 |
| - <PackageId>Pomelo.Extensions.Caching.MySql.Tests</PackageId> |
8 |
| - <UserSecretsId>Caching-MySQL-88E451EA-603F-417A-A190-62081E1B3A8C</UserSecretsId> |
9 |
| - <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> |
10 |
| - <Version>2.0.2</Version> |
| 4 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 5 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 6 | + <AssemblyName>Pomelo.Extensions.Caching.MySql.Tests</AssemblyName> |
| 7 | + <PackageId>Pomelo.Extensions.Caching.MySql.Tests</PackageId> |
| 8 | + <UserSecretsId>Caching-MySQL-88E451EA-603F-417A-A190-62081E1B3A8C</UserSecretsId> |
| 9 | + <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> |
| 10 | + <IsPackable>false</IsPackable> |
| 11 | + <IsTestProject>true</IsTestProject> |
| 12 | + <Version>2.0.3</Version> |
11 | 13 | </PropertyGroup>
|
12 | 14 |
|
13 | 15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
14 | 16 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
15 | 17 | </PropertyGroup>
|
16 | 18 |
|
17 | 19 | <ItemGroup>
|
18 |
| - <Content Include="config.json" CopyToOutputDirectory="PreserveNewest" /> |
| 20 | + <Content Include="config.json" CopyToOutputDirectory="PreserveNewest" /> |
19 | 21 | </ItemGroup>
|
20 | 22 |
|
21 | 23 | <ItemGroup>
|
22 |
| - <ProjectReference Include="..\..\src\Pomelo.Extensions.Caching.MySqlConfig.Tools\Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj" /> |
23 |
| - <ProjectReference Include="..\..\src\Pomelo.Extensions.Caching.MySql\Pomelo.Extensions.Caching.MySql.csproj" /> |
| 24 | + <ProjectReference Include="..\..\src\Pomelo.Extensions.Caching.MySqlConfig.Tools\Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj" /> |
| 25 | + <ProjectReference Include="..\..\src\Pomelo.Extensions.Caching.MySql\Pomelo.Extensions.Caching.MySql.csproj" /> |
24 | 26 | </ItemGroup>
|
25 | 27 |
|
26 | 28 | <ItemGroup>
|
27 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" /> |
| 29 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> |
28 | 30 | <PackageReference Include="xunit" Version="2.4.1" />
|
29 | 31 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
|
30 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" /> |
31 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" /> |
32 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="2.2.0" /> |
33 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" /> |
34 |
| - <PackageReference Include="Moq" Version="4.10.1" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.1" /> |
| 33 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.1" /> |
| 34 | + <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.1" /> |
| 35 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.1" /> |
| 36 | + <PackageReference Include="Moq" Version="4.13.1" /> |
35 | 37 | </ItemGroup>
|
36 | 38 |
|
37 | 39 | </Project>
|
0 commit comments