Skip to content

Commit 75b31bc

Browse files
committed
refs and cleanup
1 parent bc858cc commit 75b31bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Shared.sln.DotSettings

+1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@
170170
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
171171
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
172172
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SimplifyLinqExpressionUseMinByAndMaxBy/@EntryIndexedValue">ERROR</s:String>
173+
<s:String x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestRunner/SpawnedProcessesResponse/@EntryValue">DoNothing</s:String>
173174
</wpf:ResourceDictionary>

src/Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Verify.ImageMagick" Version="3.3.0" />
1414
<PackageReference Include="Verify.NUnit" Version="23.6.0" />
1515
<ProjectReference Include="..\Verify.DocNet\Verify.DocNet.csproj" />
16-
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
16+
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
1717

1818
<None Update="sample.*">
1919
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/Verify.DocNet/Verify.DocNet.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<PackageReference Include="Docnet.Core" Version="2.6.0" />
88
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
99
<PackageReference Include="Verify" Version="23.6.0" />
10-
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
10+
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)