Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
Still no final 1.1.2 version
  • Loading branch information
b-straub committed Apr 21, 2024
1 parent 0fe85dd commit c5a1a12
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.2-beta1.24169.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.2-beta1.24169.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\DexieNET\DexieNET.csproj" />
<ProjectReference Include="..\..\DexieNETTableGenerator\DexieNETTableGenerator.csproj" />
Expand Down

0 comments on commit c5a1a12

Please sign in to comment.