Skip to content

Commit

Permalink
upgrade NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed May 15, 2024
1 parent 644efaf commit e700ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions MasterCommander.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">/Users/phmatray/Library/Caches/JetBrains/Rider2023.3/resharper-host/temp/Rider/vAny/CoverageData/_MasterCommander.1386933053/Snapshot/snapshot.utdcvr</s:String>
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">/Users/philippe/Library/Caches/JetBrains/Rider2024.1/resharper-host/temp/Rider/vAny/CoverageData/_MasterCommander.864243456/Snapshot/snapshot.utdcvr</s:String>





<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=9aa08aac_002D30e5_002D4059_002D8556_002D0dba901f36eb/@EntryIndexedValue">&lt;SessionState ContinuousTestingIsOn="True" ContinuousTestingMode="3" IsActive="True" Name="All tests from &amp;lt;MasterCommander.Tests&amp;gt;" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"&gt;
&lt;Project Location="/Users/philippe/repo/github/MasterCommander/MasterCommander.Tests" Presentation="&amp;lt;MasterCommander.Tests&amp;gt;" /&gt;
&lt;/SessionState&gt;</s:String>



Expand Down
8 changes: 4 additions & 4 deletions msbuild/props/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<PackageReference Include="StyleCop.Analyzers" PrivateAssets="all" />

<PackageVersion Include="Roslynator.Analyzers" Version="4.12.2" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.3" />
<PackageReference Include="Roslynator.Analyzers" PrivateAssets="all" />
</ItemGroup>

Expand Down Expand Up @@ -95,16 +95,16 @@
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="coverlet.collector" PrivateAssets="all" />

<PackageVersion Include="xunit" Version="2.7.1" />
<PackageVersion Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit" />

<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.8" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />

<PackageVersion Include="Snapshooter.Xunit" Version="0.14.1" />
<PackageReference Include="Snapshooter.Xunit" />

<PackageVersion Include="Verify.XUnit" Version="24.1.0" />
<PackageVersion Include="Verify.XUnit" Version="24.2.0" />
<PackageReference Include="Verify.XUnit" />

<PackageVersion Include="FluentAssertions" Version="6.12.0" />
Expand Down

0 comments on commit e700ab3

Please sign in to comment.