build: add more projects for sdks
All checks were successful
dotnet publish / package (8.0) (push) Successful in 22s
All checks were successful
dotnet publish / package (8.0) (push) Successful in 22s
Add projects for creating new sdk based msbuild projects.
This commit is contained in:
parent
2fec5e69e3
commit
1eb1846f5e
32 changed files with 831 additions and 242 deletions
|
@ -1,3 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ImportGroup>
|
||||
<Import Project=".\src\Geekeey.DotNet.Sdk\sdk\Sdk.targets" />
|
||||
<Import Project=".\src\Geekeey.DotNet.Sdk.Tasks\sdk\Sdk.targets" Condition="'$(IsBuildTaskProject)' == 'true'" />
|
||||
</ImportGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue