Skip to content

Commit 53c8209

Browse files
Bump NUnit from 4.2.2 to 4.3.2
Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.2 to 4.3.2. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](nunit/nunit@4.2.2...4.3.2) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23fc4fc commit 53c8209

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup Label="Project">
3-
<TargetFramework>net8.0</TargetFramework>
4-
<OutputType>WinExe</OutputType>
5-
</PropertyGroup>
6-
<PropertyGroup>
7-
<GenerateProgramFile>false</GenerateProgramFile>
8-
<AssemblyName>osu.Framework.Microphone.Tests</AssemblyName>
9-
<RootNamespace>osu.Framework.Tests</RootNamespace>
10-
</PropertyGroup>
11-
<ItemGroup Label="Project References">
12-
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" />
13-
</ItemGroup>
14-
<ItemGroup Label="Package References">
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
16-
<PackageReference Include="NUnit" Version="4.2.2" />
17-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
18-
</ItemGroup>
19-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup Label="Project">
3+
<TargetFramework>net8.0</TargetFramework>
4+
<OutputType>WinExe</OutputType>
5+
</PropertyGroup>
6+
<PropertyGroup>
7+
<GenerateProgramFile>false</GenerateProgramFile>
8+
<AssemblyName>osu.Framework.Microphone.Tests</AssemblyName>
9+
<RootNamespace>osu.Framework.Tests</RootNamespace>
10+
</PropertyGroup>
11+
<ItemGroup Label="Project References">
12+
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" />
13+
</ItemGroup>
14+
<ItemGroup Label="Package References">
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
16+
<PackageReference Include="NUnit" Version="4.3.2" />
17+
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
18+
</ItemGroup>
19+
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup Label="Project">
3-
<OutputType>Library</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
</PropertyGroup>
7-
<PropertyGroup Label="Nuget">
8-
<GenerateProgramFile>false</GenerateProgramFile>
9-
<AssemblyName>osu.Framework.Microphone</AssemblyName>
10-
<RootNamespace>osu.Framework</RootNamespace>
11-
<IsPackable>true</IsPackable>
12-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13-
<Version>1.2.0</Version>
14-
<Description>Unofficial osu!framework extension for using microphon as input device.</Description>
15-
<RepositoryType>Git</RepositoryType>
16-
<PackageTags>osu-framework microphone andy840119</PackageTags>
17-
<Authors>andy840119</Authors>
18-
<Company>karaoke --dev</Company>
19-
<Product>karaoke --dev</Product>
20-
<PackageReleaseNotes>喵</PackageReleaseNotes>
21-
<PackageId>osu.Framework.Microphone</PackageId>
22-
<NeutralLanguage>en</NeutralLanguage>
23-
</PropertyGroup>
24-
<ItemGroup Label="Package References">
25-
<PackageReference Include="NWaves" Version="0.9.6" />
26-
<PackageReference Include="ppy.osu.Framework" Version="2024.1112.0" />
27-
</ItemGroup>
28-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup Label="Project">
3+
<OutputType>Library</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
</PropertyGroup>
7+
<PropertyGroup Label="Nuget">
8+
<GenerateProgramFile>false</GenerateProgramFile>
9+
<AssemblyName>osu.Framework.Microphone</AssemblyName>
10+
<RootNamespace>osu.Framework</RootNamespace>
11+
<IsPackable>true</IsPackable>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<Version>1.2.0</Version>
14+
<Description>Unofficial osu!framework extension for using microphon as input device.</Description>
15+
<RepositoryType>Git</RepositoryType>
16+
<PackageTags>osu-framework microphone andy840119</PackageTags>
17+
<Authors>andy840119</Authors>
18+
<Company>karaoke --dev</Company>
19+
<Product>karaoke --dev</Product>
20+
<PackageReleaseNotes>喵</PackageReleaseNotes>
21+
<PackageId>osu.Framework.Microphone</PackageId>
22+
<NeutralLanguage>en</NeutralLanguage>
23+
</PropertyGroup>
24+
<ItemGroup Label="Package References">
25+
<PackageReference Include="NWaves" Version="0.9.6" />
26+
<PackageReference Include="ppy.osu.Framework" Version="2024.1220.0" />
27+
</ItemGroup>
28+
</Project>

0 commit comments

Comments
 (0)