summary refs log tree commit diff
path: root/LibGitTest/LibGitTest.csproj
blob: 5f1d18e6c0f76fca75956e02dd2e77f7cafbdd5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net10.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
	<PublishAOT>true</PublishAOT>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\LibGit\LibGit.csproj" />
    </ItemGroup>

</Project>