Skip to content

Commit a8809f9

Browse files
committed
Update samples and tests to target netcoreapp2.1
1 parent 68c4620 commit a8809f9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.0-preview1-15549
2-
commithash:f570e08585fec510dd60cd4bfe8795388b757a95
1+
version:2.1.0-preview1-15569
2+
commithash:47312a6364ad0ee6d7052eada54da940c9b17931

samples/misc/LatencyTest/LatencyTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<OutputType>exe</OutputType>
77
</PropertyGroup>

samples/misc/NodeServicesExamples/NodeServicesExamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

samples/misc/Webpack/Webpack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)