assembly version updated for release

This commit is contained in:
Shreyas Zare
2024-02-04 21:59:54 +05:30
parent ef8216dcbe
commit 3bd70f6d2d
5 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Authors>Shreyas Zare</Authors>
<Company>Technitium</Company>
@@ -11,7 +11,7 @@
<RepositoryType></RepositoryType>
<Description></Description>
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
<Version>6.0</Version>
<Version>7.0</Version>
</PropertyGroup>
<ItemGroup>