File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1 </TargetFramework >
5
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
6
6
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
7
7
<PreserveCompilationContext >true</PreserveCompilationContext >
8
8
Original file line number Diff line number Diff line change 7
7
<TypeScriptToolsVersion >3.0</TypeScriptToolsVersion >
8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
- <TargetFramework >netcoreapp2.1 </TargetFramework >
10
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
11
11
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
12
12
<AssemblyName >AttackSurfaceAnalyzer-GUI</AssemblyName >
13
13
<ReleaseVersion >2.0.0.0-pre-alpha</ReleaseVersion >
17
17
<ItemGroup >
18
18
<PackageReference Include =" ElectronNet.API" Version =" 0.0.11" />
19
19
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.6.1" />
20
- <PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.1.9" />
21
20
<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 " />
24
23
<PackageReference Include =" Diff.Match.Patch" Version =" 2.1.0" />
25
24
<PackageReference Include =" BundlerMinifier.Core" Version =" 2.9.406" />
25
+ <PackageReference Include =" Microsoft.AspNetCore.App" />
26
26
</ItemGroup >
27
27
<ItemGroup >
28
28
<ProjectReference Include =" ..\Lib\AttackSurfaceAnalyzerLib.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
5
5
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
6
6
7
7
<RootNamespace >AttackSurfaceAnalyzer_Lib</RootNamespace >
Original file line number Diff line number Diff line change 1
1
{
2
- "sdk" : {
3
- "version" : " 2.1.505 "
4
- }
5
- }
2
+ "sdk" : {
3
+ "version" : " 2.2.105 "
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments