Skip to content

Commit

Permalink
Use lang preview to enable AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Nov 24, 2023
1 parent 09628fe commit a172389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HtmlSanitizer/HtmlSanitizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>latest</LangVersion>
<LangVersion>preview</LangVersion>
<CoverletOutputFormat>opencover</CoverletOutputFormat>
<CoverletOutput>../../coverage.xml</CoverletOutput>
<SonarQubeExclude>true</SonarQubeExclude>
Expand Down

0 comments on commit a172389

Please sign in to comment.