Skip to content

Commit 97c8a31

Browse files
Update metadata and AnalysisMode for AppHost
1 parent e63b9de commit 97c8a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlazorWasmOsmOauth.AppHost/BlazorWasmOsmOauth.AppHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Nullable>enable</Nullable>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<LangVersion>latest</LangVersion>
11+
<AnalysisMode>Recommended</AnalysisMode>
1112
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1213
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1314
<IsAspireHost>true</IsAspireHost>

BlazorWasmOsmOauth/BlazorWasmOsmOauth.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
<!-- Assembly info -->
1616
<VersionPrefix>0.0.1</VersionPrefix>
1717
<VersionSuffix>$(SourceRevisionId)</VersionSuffix>
18-
<Authors>Nickolas Gupton</Authors>
18+
<Authors>https://github.com/CorruptComputer/BlazorWasmOsmOauth/graphs/contributors</Authors>
1919
<RepositoryUrl>https://github.com/CorruptComputer/BlazorWasmOsmOauth</RepositoryUrl>
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21-
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
2221
<SourceControlInformationFeatureSupported>true</SourceControlInformationFeatureSupported>
2322
<SourceRevisionId>localdev</SourceRevisionId>
2423
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>

0 commit comments

Comments
 (0)