Commit: Publish trymymenu.

This commit is contained in:
clive
2024-05-19 15:16:45 +10:00
parent d34dd7fbc6
commit 9060de0e81
3 changed files with 97 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
@@ -12,4 +12,8 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
</ItemGroup>
<ItemGroup>
<None Include=".gitea\workflow\default.yml" />
</ItemGroup>
</Project>