File tree 2 files changed +11
-3
lines changed 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
<AspNetCoreVersion >2.0.0-preview1-*</AspNetCoreVersion >
4
4
<AspNetIntegrationTestingVersion >0.4.0-*</AspNetIntegrationTestingVersion >
5
5
<AspNetCoreModuleVersion >1.0.0-*</AspNetCoreModuleVersion >
6
+
7
+ <!--
8
+ * Use 4.4.0-* instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
9
+ * https://github.com/dotnet/corefx/issues/18406
10
+ * Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
11
+ -->
12
+ <SqlClientVersion >4.4.0-*</SqlClientVersion >
13
+
6
14
<CoreFxVersion >4.3.0</CoreFxVersion >
7
15
<NETStandardImplicitPackageVersion >$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion >
8
16
<TestSdkVersion >15.0.0</TestSdkVersion >
Original file line number Diff line number Diff line change 30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
31
31
32
32
<!--
33
- * Use 4.4.0-* instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
33
+ * Use $(SqlClientVersion) instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
34
34
* https://github.com/dotnet/corefx/issues/18406
35
- * Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
35
+ * Revert if and when $(CoreFxVersion) is upgraded to match $(SqlClientVersion)
36
36
-->
37
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.4.0-* " />
37
+ <PackageReference Include =" System.Data.SqlClient" Version =" $(SqlClientVersion) " />
38
38
39
39
<PackageReference Include =" System.Xml.XmlDocument" Version =" $(CoreFxVersion)" />
40
40
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion)" />
You can’t perform that action at this time.
0 commit comments