build: add more projects for sdks
Some checks failed
dotnet publish / package (8.0) (push) Failing after 24s
Some checks failed
dotnet publish / package (8.0) (push) Failing after 24s
Add projects for creating new sdk based msbuild projects.
This commit is contained in:
parent
2fec5e69e3
commit
8dc3fab376
32 changed files with 834 additions and 242 deletions
10
src/Geekeey.DotNet.Sdk.Tasks/Geekeey.DotNet.Sdk.Tasks.csproj
Normal file
10
src/Geekeey.DotNet.Sdk.Tasks/Geekeey.DotNet.Sdk.Tasks.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