To net8.0

This commit is contained in:
h z
2024-07-13 09:29:45 +01:00
parent f2adfb8667
commit 1a8cc36f31

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.1</Version>
@@ -9,7 +9,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\net6.0\VirtualChemistry.xml</DocumentationFile>
<DocumentationFile>bin\Debug\net8.0\VirtualChemistry.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>