Skip to content

Commit

Permalink
Merge pull request #62 from NeilMacMullen/fixup
Browse files Browse the repository at this point in the history
Fix up missing quote in packages file
  • Loading branch information
NeilMacMullen authored Oct 7, 2024
2 parents 709760e + 4bad9b2 commit 258e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.Props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="JPoke" Version="1.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4 />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.5" />
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2792.45" />
Expand Down

0 comments on commit 258e00d

Please sign in to comment.