Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Feb 9, 2024
1 parent de6c8a0 commit 539c803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.Wpf" Version="8.0.0-beta.1" />
<PackageReference Include="System.Waf.Wpf" Version="8.0.0-beta.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.8.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetPad/DotNetPad.Domain/DotNetPad.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.Core" Version="8.0.0-beta.1" />
<PackageReference Include="System.Waf.Core" Version="8.0.0-beta.2" />
</ItemGroup>
</Project>

0 comments on commit 539c803

Please sign in to comment.