Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 11, 2020
1 parent 36c722b commit bed6022
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -10,14 +10,14 @@
<ItemGroup>
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.6.1" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.48" 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 @@ -14,7 +14,7 @@
<PackageReference Include="EmptyFiles" Version="2.3.0" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.48" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0" Condition="$(TargetFramework) != 'net461'" />
<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 @@ -16,7 +16,7 @@
<PackageReference Include="Verify.ImageMagick" Version="2.5.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.48" PrivateAssets="All" />
<PackageReference Include="XunitContext" Version="3.0.0" />
<ProjectReference Include="..\DiffEngineTray\DiffEngineTray.csproj" />
</ItemGroup>
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="4.1.0" />
<PackageReference Include="System.Text.Json" Version="5.0.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.48" 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 donet tool can resolve the assemblies -->
<PackageReference Include="System.Globalization.Extensions" Version="4.3.0" PrivateAssets="none" />
Expand Down

0 comments on commit bed6022

Please sign in to comment.