File tree 3 files changed +14
-9
lines changed
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >2.0.10 </Version >
5
- <PackageReleaseNotes >Bug fixes and minor performance optimizations</PackageReleaseNotes >
4
+ <Version >2.0.11 </Version >
5
+ <PackageReleaseNotes >Bug fixes, dependency updates and minor performance optimizations</PackageReleaseNotes >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
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
<Import Project =" ..\package.props" />
4
4
25
25
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
26
26
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
27
27
<TargetFramework >netstandard2.0</TargetFramework >
28
+ <DebugType >Full</DebugType >
28
29
</PropertyGroup >
29
30
30
31
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
31
32
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
32
33
<TargetFrameworks >netcoreapp1.1;netstandard2.0</TargetFrameworks >
34
+ <DebugType >Portable</DebugType >
33
35
</PropertyGroup >
34
36
35
37
48
50
</ItemGroup >
49
51
50
52
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard2.0' " >
51
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.2 " />
52
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.0.* " />
53
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.1.1 " />
54
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.1.1 " />
53
55
</ItemGroup >
54
56
55
57
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.0" />
11
- <PackageReference Include =" xunit" Version =" 2.3.1" />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
11
+ <PackageReference Include =" xunit" Version =" 2.4.0" />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" >
13
+ <PrivateAssets >all</PrivateAssets >
14
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
+ </PackageReference >
13
16
</ItemGroup >
14
17
15
18
<ItemGroup >
21
24
</ItemGroup >
22
25
23
26
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp2.0' " >
24
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 2.0.* " />
27
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 2.1.1 " />
25
28
</ItemGroup >
26
29
27
30
</Project >
You can’t perform that action at this time.
0 commit comments