Skip to content

Commit

Permalink
Added explicit dependencies on L10nSharp to Windows.Forms test projec…
Browse files Browse the repository at this point in the history
…ts whose SUTs depend on L10nSharp to prevent FileLoadExceptions when running tests
  • Loading branch information
tombogle committed Aug 23, 2024
1 parent 0516787 commit d4ed309
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="L10NSharp" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="ibusdotnet" Version="2.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
1 change: 1 addition & 0 deletions SIL.Windows.Forms.Tests/SIL.Windows.Forms.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="L10NSharp" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Moq" Version="4.18.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="L10NSharp" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1" PrivateAssets="all" />
<PackageReference Include="ibusdotnet" Version="2.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion TestApps/ArchivingTestApp/ArchivingTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="L10NSharp" Version="8.0.0-beta0005" />
<PackageReference Include="L10NSharp" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d4ed309

Please sign in to comment.