Remove unused files from .Net examples (#1051)

This commit is contained in:
Fangjun Kuang
2024-06-24 10:25:14 +08:00
committed by GitHub
parent 00de2bd00b
commit e7a45108ac
13 changed files with 1 additions and 168 deletions

View File

@@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />