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 80a1316 commit 8e1f1dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.1.0" PrivateAssets="all" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<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.59" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" PrivateAssets="All" />
<PackageReference Include="XunitContext" Version="3.0.0" />
<ProjectReference Include="..\DiffEngine\DiffEngine.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/DiffEngine/DiffEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caseless.Fody" Version="1.9.1" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="2.7.0" PrivateAssets="None" />
<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.59" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" 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
4 changes: 2 additions & 2 deletions src/DiffEngineTray.Tests/DiffEngineTray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Verify.WinForms" Version="2.7.0" />
<PackageReference Include="Verify.Xunit" Version="13.1.0" />
<PackageReference Include="Verify.ImageMagick" Version="2.11.0" />
<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.59" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" 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.59" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.60" 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 8e1f1dc

Please sign in to comment.