This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
src/Microsoft.Extensions.Caching.SqlServer Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<AspNetCoreVersion >2.0.0-preview1-*</AspNetCoreVersion >
4
+
5
+ <!--
6
+ * Use 4.4.0-* instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
7
+ * https://github.com/dotnet/corefx/issues/18406
8
+ * Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
9
+ -->
10
+ <SqlClientVersion >4.4.0-*</SqlClientVersion >
11
+
4
12
<CoreFxVersion >4.3.0</CoreFxVersion >
5
13
<InternalAspNetCoreSdkVersion >2.0.0-*</InternalAspNetCoreSdkVersion >
6
14
<MoqVersion >4.7.1</MoqVersion >
Original file line number Diff line number Diff line change 23
23
24
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.2' " >
25
25
<!--
26
- * Use 4.4.0-* instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
26
+ * Use $(SqlClientVersion) instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
27
27
* https://github.com/dotnet/corefx/issues/18406
28
- * Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
28
+ * Revert if and when $(CoreFxVersion) is upgraded to match $(SqlClientVersion)
29
29
-->
30
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.0-* " />
30
+ <PackageReference Include =" System.Data.SqlClient" Version =" $(SqlClientVersion) " />
31
31
</ItemGroup >
32
32
33
33
</Project >
You can’t perform that action at this time.
0 commit comments