File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Coderr.Server.ReportAnalyzer.Tests
Coderr.Server.WebSite/ClientApp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
4
4
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
5
5
<GenerateBindingRedirectsOutputType >true</GenerateBindingRedirectsOutputType >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 36
36
"zone.js" : " ~0.11.4"
37
37
},
38
38
"devDependencies" : {
39
- "@angular-devkit/build-angular" : " ^13.2.3 " ,
40
- "@angular/cli" : " ^13.2.3 " ,
39
+ "@angular-devkit/build-angular" : " ^13.3.0 " ,
40
+ "@angular/cli" : " ^13.3.0 " ,
41
41
"@angular/compiler" : " ^13.2.2" ,
42
42
"@angular/compiler-cli" : " ^13.2.2" ,
43
43
"@angular/language-service" : " ^13.2.2" ,
59
59
"ts-node" : " ~8.4.1" ,
60
60
"tslint" : " ~5.20.0"
61
61
}
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments