We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734342f commit 179a418Copy full SHA for 179a418
global.json
@@ -1,9 +1,9 @@
1
{
2
"sdk": {
3
- "version": "9.0.100-preview.2.24078.1"
+ "version": "9.0.100-preview.2.24112.1"
4
},
5
"tools": {
6
- "dotnet": "9.0.100-preview.2.24078.1",
+ "dotnet": "9.0.100-preview.2.24112.1",
7
"runtimes": {
8
"dotnet/x86": [
9
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
src/ProjectTemplates/test/Templates.Mvc.Tests/BlazorTemplateTest.cs
@@ -16,7 +16,7 @@ public BlazorTemplateTest(ProjectFactoryFixture projectFactory)
16
17
public ProjectFactoryFixture ProjectFactory { get; set; }
18
19
- public static TheoryData<string[]> ArgsData() =>
+ public static TheoryData<object[]> ArgsData() =>
20
[
21
[],
22
[ArgConstants.UseProgramMain],
0 commit comments