Browse Source

Update to dotnet 6

Justin 3 years ago
parent
commit
b1d97c9eaa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CefGlue/CefGlue.csproj

+ 2 - 1
CefGlue/CefGlue.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>net5.0</TargetFramework>
+    <TargetFramework>net6.0</TargetFramework>
     <AssemblyName>Xilium.CefGlue</AssemblyName>
     <Company>VINNO Technology (Suzhou) Co.,Ltd.</Company>
     <Authors>IUS, VINNO</Authors>
@@ -12,6 +12,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
     <PackageId>Vinno.CefGlue</PackageId>
+    <Version>1.1.0</Version>
   </PropertyGroup>
 
   <ItemGroup>