aboutsummaryrefslogtreecommitdiff
path: root/Libs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:27 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:27 -0500
commitc86a605b6030292f4d009af82bd07107306f0b88 (patch)
tree05c3e3e34a05a8f9cfe9de29739355801fc0a11d /Libs
parent3c2341cbff73f5f8c3748ae60b406e8aa4d7e129 (diff)
initial migration to .net 8.0
Diffstat (limited to 'Libs')
-rw-r--r--Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
index 72b288d..94a088e 100644
--- a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
+++ b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<RootNamespace>VNLib.Plugins.Essentials.Oauth</RootNamespace>
<AssemblyName>VNLib.Plugins.Essentials.OAuth</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>
@@ -16,7 +16,7 @@
<Company>Vaughn Nugent</Company>
<Product>Essentials OAuth2 data structures library</Product>
<Description>A library containing common data-structures for client application driven OAuth2 implementations</Description>
- <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <Copyright>Copyright © 2024 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Essentials.Oauth</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Plugins.Essentials.Oauth/tree/master/Libs/VNLib.Plugins.Essentials.Oauth</RepositoryUrl>
</PropertyGroup>