Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 14, 2021
1 parent 8e1f1dc commit 67cb6c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="XunitContext" Version="3.0.0" />
<ProjectReference Include="..\DiffEngine\DiffEngine.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngine/DiffEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="EmptyFiles" Version="2.8.0" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.5.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="IndexRange" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" Condition="$(TargetFramework) == 'net461'" />
Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngineTray.Tests/DiffEngineTray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Verify.ImageMagick" Version="2.11.1" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="XunitContext" Version="3.0.0" />
<ProjectReference Include="..\DiffEngineTray\DiffEngineTray.csproj" />
<ProjectReference Include="..\DiffEngine\DiffEngine.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngineTray/DiffEngineTray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<!-- not sure why, but the below are needing so dotnet tool can resolve the assemblies -->
<PackageReference Include="System.Globalization.Extensions" Version="4.3.0" PrivateAssets="none" />
Expand Down

0 comments on commit 67cb6c1

Please sign in to comment.