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

Commit 1c5e417

Browse files
authored
Change TFM to netcoreapp2.0 (#6234)
* Change TFM to netcoreapp2.0
1 parent f9d1839 commit 1c5e417

File tree

120 files changed

+66
-67798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+66
-67798
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion>
55
<CoreFxVersion>4.3.0</CoreFxVersion>
66
<DependencyModelVersion>2.0.0-*</DependencyModelVersion>
7-
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
7+
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
88
<JsonNetBsonVersion>1.0.1</JsonNetBsonVersion>
99
<MoqVersion>4.7.1</MoqVersion>
1010
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>

samples/MvcSandbox/MvcSandbox.csproj

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

55
<PropertyGroup>
6-
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
7-
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFrameworks>
6+
<TargetFramework>netcoreapp2.0</TargetFramework>
87
</PropertyGroup>
98

109
<ItemGroup>

0 commit comments

Comments
 (0)