Skip to content

Commit afb30ca

Browse files
authored
Update build.yml
1 parent b26d5a3 commit afb30ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
# Install the .NET SDK indicated in the global.json file
4444
- name: Setup .NET
4545
uses: actions/setup-dotnet@v4
46+
with:
47+
dotnet-version: '8.0.x'
4648

4749
# Create the NuGet package in the folder from the environment variable NuGetDirectory
4850
- run: dotnet build --configuration Release --output ${{ env.NuGetDirectory }} .\Rws.MultiselectLanguageComboBox\Rws.MultiselectLanguageComboBox\Rws.MultiselectLanguageComboBox.csproj --p:Version=${{ env.GitVersion_Major }}.${{ env.GitVersion_Minor }}.${{ env.GitVersion_Patch }}

0 commit comments

Comments
 (0)