-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRhythmBase.Addition.csproj
More file actions
34 lines (30 loc) · 1.32 KB
/
RhythmBase.Addition.csproj
File metadata and controls
34 lines (30 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>RhythmBase</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>RhythmBase.Addition</Title>
<Version>1.2.0-rc7</Version>
<Authors>obugs</Authors>
<LangVersion>preview</LangVersion>
<Company />
<Description>Added some tools into RhythmBase.</Description>
<PackageTags>Rhythm Doctor</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Remove="C:\Users\30698\.nuget\packages\naudio.vorbis\1.5.0\contentFiles\any\netstandard2.0\README.md" />
<None Remove="D:\.nuget\packages\naudio.vorbis\1.5.0\contentFiles\any\netstandard2.0\README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Brc" Version="1.0.0" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
<PackageReference Include="PrimitiveSharp.Core" Version="1.0.3" />
<PackageReference Include="RhythmBase" Version="1.3.9-alpha2" />
<PackageReference Include="SkiaSharp" Version="3.119.2" />
<PackageReference Include="System.Text.Json" Version="10.0.3" />
</ItemGroup>
</Project>