Skip to content

Commit

Permalink
Update WAF to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 2, 2024
1 parent 67179bb commit 6e28a41
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.3" />
<PackageReference Include="System.Waf.Wpf" Version="8.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.9.2" />
</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.3" />
<PackageReference Include="System.Waf.Core" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit 6e28a41

Please sign in to comment.