Change to artifact output, add CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-05-03 14:47:06 +02:00
parent 441f5dddaf
commit 2fa7bf130d
6 changed files with 29 additions and 13 deletions

View File

@@ -1,12 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<NoWarn>
<!-- Don't show warning to make method static for our tests. -->
CA1822
</NoWarn>
</PropertyGroup>
<ItemGroup>