mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
assembly version updated for release
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
<Authors>Shreyas Zare</Authors>
|
<Authors>Shreyas Zare</Authors>
|
||||||
<Company>Technitium</Company>
|
<Company>Technitium</Company>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
|
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
|
||||||
<Version>4.0</Version>
|
<Version>5.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<AssemblyName>DnsServerSystemTrayApp</AssemblyName>
|
<AssemblyName>DnsServerSystemTrayApp</AssemblyName>
|
||||||
<Authors>Shreyas Zare</Authors>
|
<Authors>Shreyas Zare</Authors>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
<Version>3.1</Version>
|
<Version>4.0</Version>
|
||||||
<Company>Technitium</Company>
|
<Company>Technitium</Company>
|
||||||
<Product>Technitium DNS Server</Product>
|
<Product>Technitium DNS Server</Product>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
@@ -37,8 +37,8 @@
|
|||||||
<Content Include="logo2.ico" />
|
<Content Include="logo2.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="System.Management" Version="6.0.0" />
|
<PackageReference Include="System.Management" Version="7.0.0" />
|
||||||
<PackageReference Include="System.ServiceProcess.ServiceController" Version="6.0.0" />
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="7.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Update="Properties\Resources.resx">
|
<EmbeddedResource Update="Properties\Resources.resx">
|
||||||
|
|||||||
Reference in New Issue
Block a user