build: add more projects for sdks
All checks were successful
dotnet publish / package (8.0) (push) Successful in 25s

Add projects for creating new sdk based msbuild projects.
This commit is contained in:
Louis Seubert 2024-03-20 22:57:57 +01:00
parent 2fec5e69e3
commit f54ebf6e4e
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
32 changed files with 823 additions and 242 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsShipping>true</IsShipping>
</PropertyGroup>
<PropertyGroup>
<IsBuildTaskProject>true</IsBuildTaskProject>
</PropertyGroup>
</Project>