Skip to content

Commit a88a7fd

Browse files
committed
Updated a version of .NET Core Runtime
1 parent d575f64 commit a88a7fd

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.2.106"
3+
"version": "2.2.107"
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
@@ -4,7 +4,7 @@
44
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
55
<VersionPrefix>3.1.1</VersionPrefix>
66
<TargetFramework>netcoreapp1.0</TargetFramework>
7-
<RuntimeFrameworkVersion>1.0.15</RuntimeFrameworkVersion>
7+
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<PreserveCompilationContext>true</PreserveCompilationContext>

test/JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Product>JS Engine Switcher: Tests</Product>
55
<VersionPrefix>3.1.1</VersionPrefix>
66
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
7-
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.15</RuntimeFrameworkVersion>
7+
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Library</OutputType>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)