diff options
Diffstat (limited to 'LibBeatmapDownload/LibBeatmapDownload.csproj')
-rw-r--r-- | LibBeatmapDownload/LibBeatmapDownload.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/LibBeatmapDownload/LibBeatmapDownload.csproj b/LibBeatmapDownload/LibBeatmapDownload.csproj new file mode 100644 index 0000000..829366e --- /dev/null +++ b/LibBeatmapDownload/LibBeatmapDownload.csproj @@ -0,0 +1,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> |