File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <RuleSet Name =" Logging.XUnit Rules" Description =" This rule set contains rules for the Logging.XUnit solution." ToolsVersion =" 15 .0" >
2+ <RuleSet Name =" Logging.XUnit Rules" Description =" This rule set contains rules for the Logging.XUnit solution." ToolsVersion =" 16 .0" >
33 <IncludeAll Action =" Warning" />
44 <Rules AnalyzerId =" Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace =" Microsoft.Rules.Managed" >
55 <Rule Id =" CA1303" Action =" None" />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public Startup(IConfiguration configuration)
2121
2222 public void ConfigureServices ( IServiceCollection services )
2323 {
24- services . AddMvc ( ) . SetCompatibilityVersion ( CompatibilityVersion . Version_3_0 ) ;
24+ services . AddMvc ( ) ;
2525 }
2626
2727 public void Configure ( IApplicationBuilder app , IHostEnvironment env )
You can’t perform that action at this time.
0 commit comments