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
|
"rollForward": false
|
||||||
},
|
},
|
||||||
"codefilesanity": {
|
"codefilesanity": {
|
||||||
"version": "0.0.37",
|
"version": "0.0.41",
|
||||||
"commands": [
|
"commands": [
|
||||||
"CodeFileSanity"
|
"CodeFileSanity"
|
||||||
],
|
],
|
||||||
@@ -24,4 +24,4 @@
|
|||||||
"rollForward": false
|
"rollForward": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ namespace osu.Game.Beatmaps
|
|||||||
/// The number of nominations required so that the map is eligible for qualification.
|
/// The number of nominations required so that the map is eligible for qualification.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty(@"required_meta")]
|
[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>
|
/// <summary>
|
||||||
/// Contains information about the number of nominations required for a beatmap set.
|
/// Contains information about the number of nominations required for a beatmap set.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class BeatmapSetNominationRequiredMeta
|
public class BeatmapSetNominationStatusRequiredMeta
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The number of nominations required for difficulties of the main ruleset.
|
/// The number of nominations required for difficulties of the main ruleset.
|
||||||
|
|||||||
Reference in New Issue
Block a user