Browse Source

Update SDK

wigodbe 1 month ago
parent
commit
9aa0b7e101
2 changed files with 3 additions and 3 deletions
  1. 1 1
      eng/Versions.props
  2. 2 2
      global.json

+ 1 - 1
eng/Versions.props

@@ -11,7 +11,7 @@
     <AspNetCorePatchVersion>13</AspNetCorePatchVersion>
     <PreReleaseVersionIteration>
     </PreReleaseVersionIteration>
-    <ValidateBaseline>false</ValidateBaseline>
+    <ValidateBaseline>true</ValidateBaseline>
     <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
     <IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
     <!--

+ 2 - 2
global.json

@@ -1,9 +1,9 @@
 {
   "sdk": {
-    "version": "9.0.112"
+    "version": "9.0.113"
   },
   "tools": {
-    "dotnet": "9.0.112",
+    "dotnet": "9.0.113",
     "runtimes": {
       "dotnet/x86": [
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"