Skip to content

Commit

Permalink
upgrade NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Jul 20, 2024
1 parent 46398c3 commit ab7bfff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MasterCommander.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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/CodeInspection/Highlighting/SweaWarningsMode/@EntryValue">ShowAndRun</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>




Expand Down
16 changes: 8 additions & 8 deletions msbuild/props/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- Conditional Package Versions for Analyzers -->
<ItemGroup Condition="'$(IncludeAnalyzers)' == 'true'">
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />

<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
Expand All @@ -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.3" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" />
<PackageReference Include="Roslynator.Analyzers" PrivateAssets="all" />
</ItemGroup>

Expand All @@ -69,10 +69,10 @@
<!-- Universal Development Dependencies -->
<!-- These dependencies are used in both production and test projects -->
<ItemGroup>
<PackageVersion Include="FluentValidation" Version="11.9.1" />
<PackageVersion Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="FluentValidation" />

<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="all"/>

<PackageVersion Include="MinVer" Version="5.0.0" />
Expand All @@ -89,22 +89,22 @@
<!-- Test-Specific Dependencies -->
<!-- These dependencies are only used in test projects -->
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />

<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="coverlet.collector" PrivateAssets="all" />

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

<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<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.2.0" />
<PackageVersion Include="Verify.XUnit" Version="26.0.0" />
<PackageReference Include="Verify.XUnit" />

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

0 comments on commit ab7bfff

Please sign in to comment.