version bump

This commit is contained in:
Pilzinsel64
2024-11-20 12:36:42 +01:00
parent b8c0086e82
commit ede26291ec

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyTitle>LicenseHelper</AssemblyTitle>
<Company>DRSN</Company>
<Product>LicenseHelper</Product>
@@ -8,11 +8,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
</Project>