build: add more projects for sdks
All checks were successful
dotnet publish / package (8.0) (push) Successful in 25s
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:
parent
2fec5e69e3
commit
f54ebf6e4e
32 changed files with 823 additions and 242 deletions
10
src/Geekeey.DotNet.Sdk/Geekeey.DotNet.Sdk.csproj
Normal file
10
src/Geekeey.DotNet.Sdk/Geekeey.DotNet.Sdk.csproj
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue