Skip to content

Commit

Permalink
chore: Bump .net version and .net9 references
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Sep 16, 2024
1 parent 413a2db commit 48130f8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sdk-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.300'
dotnet-version: '8.0.400'

- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion build/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')]
ValidationUnoCheckVersion: '1.24.0-dev.7'
ValidationDotNetVersion: '8.0.204'
ValidationDotNetVersion: '8.0.400'

stages:
- stage: Build
Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
DotNetVersion: '8.0.100'
DotNetVersion: '8.0.400'

steps:

Expand Down
2 changes: 1 addition & 1 deletion build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
$dotnetVersion = $env:TargetDotNetVersion
if ($templateArgs -match 'net9.0')
{
$dotnetVersion = '9.0.100-preview.2.24157.14'
$dotnetVersion = '9.0.100-rc.1.24452.12'
}
echo "##vso[task.setvariable variable=DotNetVersion]$dotnetVersion"
Expand Down
6 changes: 3 additions & 3 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24405.7"
"net9.0": "9.0.0-rc.1.24431.7"
}
},
{
Expand All @@ -161,7 +161,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24405.2"
"net9.0": "9.0.0-rc.1.24452.1"
}
},
{
Expand Down Expand Up @@ -273,7 +273,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24407.4"
"net9.0": "9.0.0-rc.1.24453.9"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24405.7"
"net9.0": "9.0.0-rc.1.24431.7"
}
},
{
Expand All @@ -120,7 +120,7 @@
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24405.2"
"net9.0": "9.0.0-rc.1.24452.1"
}
},
{
Expand Down Expand Up @@ -232,7 +232,7 @@
"Microsoft.Maui.Graphics"
],
"versionOverride": {
"net9.0": "9.0.0-preview.7.24407.4"
"net9.0": "9.0.0-rc.1.24453.9"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@
},
{
"condition": "(tfm == 'net9.0')",
"value": "9.0.0-preview.1.24080.9"
"value": "9.0.0-rc.1.24431.7"
}
]
}
Expand All @@ -2710,7 +2710,7 @@
},
{
"condition": "(tfm == 'net9.0')",
"value": "9.0.0-preview.1.24081.3"
"value": "9.0.0-rc.1.24452.1"
}
]
}
Expand Down

0 comments on commit 48130f8

Please sign in to comment.