winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

WinGetSourceCreator.csproj (625B)


      1 <Project Sdk="Microsoft.NET.Sdk">
      2 
      3   <PropertyGroup>
      4     <TargetFramework>net8.0</TargetFramework>
      5     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\WinGetSourceCreator\</OutDir>
      6     <ImplicitUsings>enable</ImplicitUsings>
      7     <Nullable>enable</Nullable>
      8   </PropertyGroup>
      9 
     10   <ItemGroup>
     11     <PackageReference Include="Microsoft.Msix.Utils" />
     12     <PackageReference Include="System.Net.Http" />
     13     <PackageReference Include="System.Text.RegularExpressions" />
     14   </ItemGroup>
     15 
     16   <ItemGroup>
     17     <ProjectReference Include="..\WinGetUtilInterop\WinGetUtilInterop.csproj" />
     18   </ItemGroup>
     19 
     20 </Project>