Skip to content

Commit 3efc6ad

Browse files
authored
Merge pull request Azure#8858 from vladimir-shcherbakov/test2.1
Update CI build to run tests for NetCoreApp 2.1 by default
2 parents 7e8ff15 + 843edda commit 3efc6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<Message Importance="high" Text="Running check in tests..." />
246246
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
247247
<PropertyGroup Condition="'$(Framework)' == ''">
248-
<Framework>netcoreapp2.0</Framework>
248+
<Framework>netcoreapp2.1</Framework>
249249
</PropertyGroup>
250250

251251
<!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->

0 commit comments

Comments
 (0)