mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "chore: run in global invariant"
This reverts commit 38212e4ac3.
This commit is contained in:
parent
38212e4ac3
commit
db8ee96c6a
2 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
<PropertyGroup>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<AnalysisMode>Recommended</AnalysisMode>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
||||
<SelfContained>true</SelfContained>
|
||||
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
||||
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:9.0-noble-chiseled</ContainerBaseImage>
|
||||
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:9.0-noble-chiseled-extra</ContainerBaseImage>
|
||||
<ContainerRuntimeIdentifier>linux-x64</ContainerRuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue