Skip to content

Commit

Permalink
ICU Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertScalfani committed Jan 15, 2025
1 parent 286d450 commit c117616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/BFDR.Tests/BFDR.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
<TargetFrameworks>netcoreapp6.0</TargetFrameworks>
<RootNamespace>BFDR.Tests</RootNamespace>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<InvariantGlobalization>true</InvariantGlobalization>
<!-- <GenerateProgramFile>false</GenerateProgramFile> -->
</PropertyGroup>
<ItemGroup>
Expand All @@ -13,9 +13,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
<PackageReference Include="ReportGenerator" Version="5.3.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c117616

Please sign in to comment.