Skip to content

Bump Microsoft.Xaml.Behaviors.Wpf from 1.1.135 to 1.1.142 #872

Bump Microsoft.Xaml.Behaviors.Wpf from 1.1.135 to 1.1.142

Bump Microsoft.Xaml.Behaviors.Wpf from 1.1.135 to 1.1.142 #872

name: .NET CI
on:
push:
pull_request:
jobs:
build:
runs-on:
windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
# Install the .NET workload
- name: Install .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Build App
run: dotnet build InternetTest\InternetTest\InternetTest.csproj -c Release
- name: Test App
run: dotnet test InternetTest\InternetTest\InternetTest.csproj