mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
Update CodeFileSanity (#37293)
Has been failing on master for some time now because .NET 6 is not supported anymore.
This commit is contained in:
committed by
GitHub
Unverified
parent
daff79b1d3
commit
7c114cd69a
@@ -10,7 +10,7 @@
|
||||
"rollForward": false
|
||||
},
|
||||
"codefilesanity": {
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.41",
|
||||
"commands": [
|
||||
"CodeFileSanity"
|
||||
],
|
||||
@@ -24,4 +24,4 @@
|
||||
"rollForward": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@ namespace osu.Game.Beatmaps
|
||||
/// The number of nominations required so that the map is eligible for qualification.
|
||||
/// </summary>
|
||||
[JsonProperty(@"required_meta")]
|
||||
public BeatmapSetNominationRequiredMeta RequiredMeta { get; set; } = new BeatmapSetNominationRequiredMeta();
|
||||
public BeatmapSetNominationStatusRequiredMeta RequiredMeta { get; set; } = new BeatmapSetNominationStatusRequiredMeta();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace osu.Game.Beatmaps
|
||||
/// <summary>
|
||||
/// Contains information about the number of nominations required for a beatmap set.
|
||||
/// </summary>
|
||||
public class BeatmapSetNominationRequiredMeta
|
||||
public class BeatmapSetNominationStatusRequiredMeta
|
||||
{
|
||||
/// <summary>
|
||||
/// The number of nominations required for difficulties of the main ruleset.
|
||||
|
||||
Reference in New Issue
Block a user