Skip to content

Commit a6620ba

Browse files
committed
Updated a version of .NET Core Runtime
1 parent 0a068cf commit a6620ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.402"
3+
"version": "2.1.403"
44
}
55
}

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<VersionPrefix>3.0.0</VersionPrefix>
66
<VersionSuffix>rc1</VersionSuffix>
77
<TargetFramework>netcoreapp1.0</TargetFramework>
8-
<RuntimeFrameworkVersion>1.0.9</RuntimeFrameworkVersion>
8+
<RuntimeFrameworkVersion>1.0.13</RuntimeFrameworkVersion>
99
<OutputType>Exe</OutputType>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<PreserveCompilationContext>true</PreserveCompilationContext>

test/JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<VersionPrefix>3.0.0</VersionPrefix>
66
<VersionSuffix>rc1</VersionSuffix>
77
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
8-
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.9</RuntimeFrameworkVersion>
8+
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.13</RuntimeFrameworkVersion>
99
<OutputType>Library</OutputType>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)