Files
MercuryToolbox/fixtures/managed/diagnose-src/RuntimeDependencyServer/RuntimeDependencyServer.csproj
T

14 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>RuntimeDependency</AssemblyName>
<DebugType>none</DebugType>
<RootNamespace>Rocket.Runtime</RootNamespace>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
</PropertyGroup>
</Project>