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

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>preview</LangVersion>
    </PropertyGroup>
    
    <ItemGroup>
        <PackageReference Include="ArcaneLibs" Version="1.0.0-preview6437853305.78f6d30" />
    </ItemGroup>

</Project>