This commit is contained in:
陈国伟 2021-11-06 10:27:09 +08:00
parent b317584153
commit bec5c732ab
3 changed files with 3 additions and 13 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>

View File

@ -8,7 +8,6 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="DNS" Version="6.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="FastGithub.WinDiverts" Version="1.4.1" />
</ItemGroup>

View File

@ -5,7 +5,6 @@
<UseWindowsForms>true</UseWindowsForms>
<OutputType>WinExe</OutputType>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<TargetFramework>net45</TargetFramework>
<ApplicationIcon>app.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
@ -19,14 +18,6 @@
<Resource Include="Resource\*.*" />
</ItemGroup>
<ItemGroup>
<Compile Remove="App.xaml.cs" />
</ItemGroup>
<ItemGroup>
<Page Remove="App.xaml" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Http" />
</ItemGroup>