13 lines
569 B
XML
13 lines
569 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
|
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
|
|
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
|
|
<TestSdkVersion>15.0.0</TestSdkVersion>
|
|
<WindowsApiSetsVersion>1.0.1</WindowsApiSetsVersion>
|
|
<XunitVersion>2.2.0</XunitVersion>
|
|
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
|
|
<SerilogFileSinkVersion>3.2.0</SerilogFileSinkVersion>
|
|
</PropertyGroup>
|
|
</Project>
|