20 lines
796 B
XML
20 lines
796 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
|
|
|
<!--
|
|
* Use 4.4.0-* instead of $(CoreFxVersion) to address "SqlClient fails with netcoreapp2.0 on Win7/Server2008"
|
|
* https://github.com/dotnet/corefx/issues/18406
|
|
* Revert if and when $(CoreFxVersion) is upgraded to 4.4.0-*
|
|
-->
|
|
<SqlClientVersion>4.4.0-*</SqlClientVersion>
|
|
|
|
<CoreFxVersion>4.3.0</CoreFxVersion>
|
|
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
|
|
<MsBuildPackageVersions>15.1.1012</MsBuildPackageVersions>
|
|
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
|
|
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
|
<XunitVersion>2.3.0-beta2-*</XunitVersion>
|
|
</PropertyGroup>
|
|
</Project>
|