File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" AdoNet.Specification.Tests" Version =" 2.0.0-alpha7" />
15
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0 " />
15
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.2 " />
16
16
<PackageReference Include =" xunit" Version =" 2.4.1" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
18
18
<ProjectReference Include =" ..\..\src\MySqlConnector\MySqlConnector.csproj" />
Original file line number Diff line number Diff line change 24
24
<ItemGroup >
25
25
<PackageReference Include =" xunit" Version =" 2.4.1" />
26
26
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
27
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0 " />
27
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.2 " />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup Condition =" '$(Configuration)' != 'Baseline' " >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Condition =" '$(Configuration)' != 'Baseline' " >
4
4
<TargetFrameworks >net452;net461;net472;netcoreapp1.1.2;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0</TargetFrameworks >
26
26
27
27
<ItemGroup >
28
28
<!-- testing packages-->
29
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0 " />
29
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.2 " />
30
30
<PackageReference Include =" xunit" Version =" 2.4.1" />
31
31
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
32
32
<!-- app packages-->
You can’t perform that action at this time.
0 commit comments