File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/Microsoft.Xaml.Behaviors Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ jobs:
1010 managed-build :
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
16- - uses : actions/setup-dotnet@v1
16+ - name : Setup .NET
17+ uses : actions/setup-dotnet@v2
1718 with :
18- dotnet-version : 5 .0.100
19+ dotnet-version : 6 .0.x
19202021 - name : Restore
2122 run : nuget restore src/BehaviorsSdk.sln
Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras/2.1.2" >
22 <PropertyGroup >
3- <TargetFrameworks >net462;netcoreapp3.1;net5 .0-windows</TargetFrameworks >
3+ <TargetFrameworks >net462;net6 .0-windows</TargetFrameworks >
44 <IsPackable >false</IsPackable >
55 <UseWPF >true</UseWPF >
66 <OutputType >Library</OutputType >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
1213 <PackageReference Include =" MSTest.TestAdapter" >
1314 <Version >3.0.2</Version >
1415 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras/2.1.2" >
22 <PropertyGroup >
3- <TargetFrameworks >net462;netcoreapp3.1;net5 .0-windows</TargetFrameworks >
3+ <TargetFrameworks >net462;net6 .0-windows</TargetFrameworks >
44 <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeProjectToProjectAssets</TargetsForTfmSpecificBuildOutput >
55 <OutputType >Library</OutputType >
66 <PackageId >Microsoft.Xaml.Behaviors.Wpf</PackageId >
You can’t perform that action at this time.
0 commit comments