File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <PackageReleaseNotes >
4+ * Fix multi threading issue with "get all keys"
5+ </PackageReleaseNotes >
6+ </PropertyGroup >
7+ </Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\common.props" />
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
2121 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Server.Abstractions" Version =" 2.0.1" />
2222 </ItemGroup >
2323
24- <ItemGroup >
24+ <!-- < ItemGroup>
2525 <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
2626 <PackageReference Include="System.Reflection" Version="4.3.0" />
27- </ItemGroup >
27+ </ItemGroup>-->
2828
2929</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\common.props" />
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
1313 <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
1414 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.1" />
1515 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
16- <PackageReference Include =" System.Net.Http" Version =" 4.3.3" />
1716 </ItemGroup >
1817</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\common.props" />
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
1717 <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.1" />
1818 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.0.1" />
1919 <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
20- <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
21- </ItemGroup >
22-
23- <ItemGroup >
24- <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
2520 </ItemGroup >
2621
2722 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >4.1.11 </VersionPrefix >
3+ <VersionPrefix >4.1.12 </VersionPrefix >
44 <VersionSuffix >beta</VersionSuffix >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments