Skip to content

Commit 703be37

Browse files
committed
Upgrade to .NET Core 2.2.
1 parent 8fc7e11 commit 703be37

4 files changed

+10
-10
lines changed

Cli/AttackSurfaceAnalyzerCli.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp2.2</TargetFramework>
66
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
77
<PreserveCompilationContext>true</PreserveCompilationContext>
88

Gui/AttackSurfaceAnalyzerGui.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TypeScriptToolsVersion>3.0</TypeScriptToolsVersion>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<TargetFramework>netcoreapp2.1</TargetFramework>
10+
<TargetFramework>netcoreapp2.2</TargetFramework>
1111
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
1212
<AssemblyName>AttackSurfaceAnalyzer-GUI</AssemblyName>
1313
<ReleaseVersion>2.0.0.0-pre-alpha</ReleaseVersion>
@@ -17,12 +17,12 @@
1717
<ItemGroup>
1818
<PackageReference Include="ElectronNet.API" Version="0.0.11" />
1919
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.6.1" />
20-
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.9" />
2120
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.3" />
22-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
22+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
2423
<PackageReference Include="Diff.Match.Patch" Version="2.1.0" />
2524
<PackageReference Include="BundlerMinifier.Core" Version="2.9.406" />
25+
<PackageReference Include="Microsoft.AspNetCore.App" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<ProjectReference Include="..\Lib\AttackSurfaceAnalyzerLib.csproj" />

Lib/AttackSurfaceAnalyzerLib.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
66

77
<RootNamespace>AttackSurfaceAnalyzer_Lib</RootNamespace>

global.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sdk": {
3-
"version": "2.1.505"
4-
}
5-
}
2+
"sdk": {
3+
"version": "2.2.105"
4+
}
5+
}

0 commit comments

Comments
 (0)