summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/console_with_runtime_json/src/app.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/csharp/console_with_runtime_json/src/app.csproj')
-rw-r--r--tests/projects/csharp/console_with_runtime_json/src/app.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/projects/csharp/console_with_runtime_json/src/app.csproj b/tests/projects/csharp/console_with_runtime_json/src/app.csproj
deleted file mode 100644
index 4e754bb15..000000000
--- a/tests/projects/csharp/console_with_runtime_json/src/app.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <None Include="runtime.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
-</Project>
-