Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit e38dc4b

Browse files
committed
Change TFM to netcoreapp2.0
1 parent 152379a commit e38dc4b

File tree

12 files changed

+24
-1116
lines changed

12 files changed

+24
-1116
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AspNetCoreVersion>2.0.0-preview1-*</AspNetCoreVersion>
44
<AspNetIntegrationTestingVersion>0.4.0-*</AspNetIntegrationTestingVersion>
55
<CoreFxVersion>4.3.0</CoreFxVersion>
6-
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
6+
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
77
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
88
<TestSdkVersion>15.0.0</TestSdkVersion>
99
<XunitVersion>2.2.0</XunitVersion>

samples/StaticFileSample/StaticFileSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\build\dependencies.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
6+
<TargetFramework>netcoreapp2.0</TargetFramework>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)