Files
satellite-provider/SatelliteProvider.IntegrationTests/SatelliteProvider.IntegrationTests.csproj
T
2025-10-28 12:04:09 +01:00

11 lines
252 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>