aboutsummaryrefslogtreecommitdiff
path: root/Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj')
-rw-r--r--Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj15
1 files changed, 12 insertions, 3 deletions
diff --git a/Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj b/Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj
index bbb6deb..28fe790 100644
--- a/Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj
+++ b/Plugins/OAuth2ClientApplications/OAuth2ClientApplications.csproj
@@ -2,21 +2,30 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
+ <Nullable>enable</Nullable>
<Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
<Company>Vaughn Nugent</Company>
<Authors>Vaughn Nugent</Authors>
<AssemblyVersion>1.0.2.1</AssemblyVersion>
<FileVersion>1.0.2.1</FileVersion>
- <PackageProjectUrl>www.vaughnnugent.com/resources</PackageProjectUrl>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
<Version>1.0.2.1</Version>
- <Platforms>AnyCPU;x64</Platforms>
+
</PropertyGroup>
<!-- Resolve nuget dll files and store them in the output dir -->
<PropertyGroup>
<!--Enable dynamic loading-->
<EnableDynamicLoading>true</EnableDynamicLoading>
- <Nullable>enable</Nullable>
+ <Private>false</Private>
+ <GenerateDocumentationFile>False</GenerateDocumentationFile>
+ <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+ <Deterministic>False</Deterministic>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+ <Deterministic>False</Deterministic>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">