File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11<Project >
22
33 <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 >
66 </PropertyGroup >
77
88 <PropertyGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <Import Project =" ..\package.props" />
44
2525 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
2626 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
2727 <TargetFramework >netstandard2.0</TargetFramework >
28+ <DebugType >Full</DebugType >
2829 </PropertyGroup >
2930
3031 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
3132 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
3233 <TargetFrameworks >netcoreapp1.1;netstandard2.0</TargetFrameworks >
34+ <DebugType >Portable</DebugType >
3335 </PropertyGroup >
3436
3537
4850 </ItemGroup >
4951
5052 <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 " />
5355 </ItemGroup >
5456
5557
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <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 >
1316 </ItemGroup >
1417
1518 <ItemGroup >
2124 </ItemGroup >
2225
2326 <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 " />
2528 </ItemGroup >
2629
2730</Project >
You can’t perform that action at this time.
0 commit comments