Upgraded project to .NET 8.0 because .NET 6.0 is out of support
This commit is contained in:
parent
0f5d22520e
commit
0761f1a8c1
16 changed files with 113 additions and 6 deletions
28
Nuclex.Windows.Forms (net-4.6)(net-8.0).csproj
Normal file
28
Nuclex.Windows.Forms (net-4.6)(net-8.0).csproj
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net462;net8.0-windows</TargetFrameworks>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
<AssemblyName>Nuclex.Windows.Forms</AssemblyName>
|
||||
<RootNamespace>Nuclex.Windows.Forms</RootNamespace>
|
||||
<IntermediateOutputPath>obj\source</IntermediateOutputPath>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Tests\**" />
|
||||
<EmbeddedResource Remove="Tests\**" />
|
||||
<None Remove="Tests\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove=".git" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Nuclex.Support\Nuclex.Support (netstandard-2.0).csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue