Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/managed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout XamlBehaviors.git
uses: actions/checkout@v4

- name: Install the .NET 9.0.311 SDK
- name: Install the .NET 9.0.x SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.311
dotnet-version: 9.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Checkout XamlBehaviors.git
uses: actions/checkout@v4

- name: Install the .NET 9.0.311 SDK
- name: Install the .NET 9.0.x SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.311
dotnet-version: 9.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ extends:
SourceFolder: out
Contents: '**\'
- task: UseDotNet@2
displayName: Use .NET SDK 9.0.311
displayName: Use .NET SDK 9.0.x
inputs:
version: 9.0.311
version: 9.0.x
performMultiLevelLookup: true
- task: NuGetToolInstaller@1
displayName: Use NuGet 6.x
Expand Down
2 changes: 1 addition & 1 deletion src/BehaviorsSDKManaged/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk":
{
"version": "9.0.311",
"version": "9.0.312",
Comment thread
spadapet marked this conversation as resolved.
"rollForward": "latestFeature",
"allowPrerelease": false
},
Expand Down
Loading