Skip to content

Commit 179a418

Browse files
Update .NET SDK to 9.0.100-preview.2.24112.1 (#53955)
1 parent 734342f commit 179a418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-preview.2.24078.1"
3+
"version": "9.0.100-preview.2.24112.1"
44
},
55
"tools": {
6-
"dotnet": "9.0.100-preview.2.24078.1",
6+
"dotnet": "9.0.100-preview.2.24112.1",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

src/ProjectTemplates/test/Templates.Mvc.Tests/BlazorTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public BlazorTemplateTest(ProjectFactoryFixture projectFactory)
1616

1717
public ProjectFactoryFixture ProjectFactory { get; set; }
1818

19-
public static TheoryData<string[]> ArgsData() =>
19+
public static TheoryData<object[]> ArgsData() =>
2020
[
2121
[],
2222
[ArgConstants.UseProgramMain],

0 commit comments

Comments
 (0)