Files
vegasco/src/UploadData/UploadData.csproj
ThompsonNye 5062887010
All checks were successful
continuous-integration/drone/push Build is passing
Add console project to create data to migrate
2025-06-27 19:14:50 +02:00

15 lines
381 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Vegasco.Server.Api\Vegasco.Server.Api.csproj" />
</ItemGroup>
</Project>