2
0
Эх сурвалжийг харах

Move to latest .NET SDK (#45983)

* Move to latest .NET SDK
- 8.0.100-alpha.1.23055.1 -> 8.0.100-alpha.1.23059.8
- not a big jump because #45879 went in just this morning
  - that PR was relatively up to date

* Hopefully fix analyzer warning

Co-authored-by: Steve Sanderson <[email protected]>
Doug Bunting 3 жил өмнө
parent
commit
f5fa735982

+ 2 - 2
global.json

@@ -1,9 +1,9 @@
 {
   "sdk": {
-    "version": "8.0.100-alpha.1.23055.1"
+    "version": "8.0.100-alpha.1.23059.8"
   },
   "tools": {
-    "dotnet": "8.0.100-alpha.1.23055.1",
+    "dotnet": "8.0.100-alpha.1.23059.8",
     "runtimes": {
       "dotnet/x86": [
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

+ 1 - 1
src/Mvc/test/WebSites/TagHelpersWebSite/Views/Home/ViewComponentTagHelpers.cshtml

@@ -10,5 +10,5 @@
 <vc:generic items-foo="items"></vc:generic>
 <vc:dan jacket-color="Green" /><br />
 <div>
-    <vc:copyright website="example.com" year="year" bold></vc:copyright>
+    <vc:copyright website="example.com" year="@year" bold></vc:copyright>
 </div>