Files
NugetSecretCredential/NugetSecretCredential.csproj
2025-03-20 22:24:55 +01:00

14 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Protocol" Version="6.13.2" />
</ItemGroup>
</Project>