14 строки
592 B
Plaintext
14 строки
592 B
Plaintext
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
||
|
<CoreFxVersion>4.4.0-*</CoreFxVersion>
|
||
|
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
|
||
|
<MoqVersion>4.7.49</MoqVersion>
|
||
|
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
|
||
|
<RedisVersion>1.2.4</RedisVersion>
|
||
|
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
|
||
|
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
||
|
<XunitVersion>2.3.0-beta2-*</XunitVersion>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|