Skip to content

Commit

Permalink
Merge pull request #112 from dotnet-presentations/jamesmontemagno-pat…
Browse files Browse the repository at this point in the history
…ch-2

Update Directory.build.targets
  • Loading branch information
jamesmontemagno committed Jun 4, 2023
2 parents 868567e + d1f88d6 commit afa2b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- '**.cs'
- '**.csproj'
- '**.xaml'
- '**.targets'
- '**.props'

env:
DOTNET_VERSION: '7.0.x' # The .NET SDK version to use
Expand Down
4 changes: 2 additions & 2 deletions Directory.build.targets
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
</ItemGroup>
</Project>
</Project>

0 comments on commit afa2b8c

Please sign in to comment.