File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1818
1919 <PropertyGroup Label =" Compile settings" >
2020 <Nullable >enable</Nullable >
21- <LangVersion >10 .0</LangVersion >
21+ <LangVersion >11 .0</LangVersion >
2222 <ImplicitUsings >enable</ImplicitUsings >
2323 <NoWarn >CA1014,NU5104</NoWarn >
2424
4848 <!-- Shared code analyzers used for all projects in the solution -->
4949 <ItemGroup Label =" Code Analyzers" >
5050 <PackageReference Include =" AsyncFixer" Version =" 1.6.0" PrivateAssets =" All" />
51- <PackageReference Include =" Meziantou.Analyzer" Version =" 1.0.723" PrivateAssets =" All" />
5251 <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.44.0.52574" PrivateAssets =" All" />
5352 </ItemGroup >
5453
Original file line number Diff line number Diff line change 1616 <PackageReference Include =" xunit.core" Version =" 2.4.2" />
1717 <PackageReference Include =" xunit.assert" Version =" 2.4.2" />
1818 <PackageReference Include =" xunit.abstractions" Version =" 2.0.3" />
19- <PackageReference Include =" Serilog" Version =" 2.11 .0" />
19+ <PackageReference Include =" Serilog" Version =" 2.12 .0" />
2020 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.1.0" />
2121 </ItemGroup >
2222
4141 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" $(DotNet7Version)" />
4242 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" $(DotNet7Version)" />
4343 </ItemGroup >
44-
45- <!-- https://github.com/dotnet/sdk/issues/18148#issuecomment-860957180 from @elion -->
46- <!-- Workaround for this bug (replace the analyzer name with the one you need to exclude (filename only, no extension) -->
47- <Target Name =" RemoveLoggingAnalyzer" BeforeTargets =" RazorCompileComponentDeclaration" >
48- <ItemGroup >
49- <Analyzer Remove =" @(Analyzer)" Condition =" %(FileName) == 'Microsoft.Extensions.Logging.Generators'" />
50- </ItemGroup >
51- </Target >
44+
5245</Project >
You can’t perform that action at this time.
0 commit comments