Skip to content

Commit 39426bc

Browse files
committed
refs and cleanup
1 parent 2acde65 commit 39426bc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.25" />
7+
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0" />
88
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
99
<PackageVersion Include="NUnit" Version="4.4.0" />
1010
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" Pinned="true" />
11-
<PackageVersion Include="ProjectDefaults" Version="1.0.171" />
11+
<PackageVersion Include="ProjectDefaults" Version="1.0.172" />
1212
<PackageVersion Include="Polyfill" Version="9.8.1" />
1313
<PackageVersion Include="ProjectFiles" Version="0.5.0" />
1414
<PackageVersion Include="System.Memory" Version="4.6.3" />
1515
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
1616
<!-- Keep at 8 to support old frameworks -->
1717
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" Pinned="true" />
1818
<PackageVersion Include="System.ValueTuple" Version="4.5.0" Pinned="true" />
19-
<PackageVersion Include="Verify" Version="31.11.0" />
19+
<PackageVersion Include="Verify" Version="31.12.0" />
2020
</ItemGroup>
2121
</Project>

src/Shared.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<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">
2+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InconsistentNaming/@EntryIndexedValue">DO_NOT_SHOW</s:String>
3+
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpNaming/ApplyAutoDetectedRules/@EntryValue">False</s:Boolean>
24
<s:Boolean x:Key="/Default/Environment/Hierarchy/Build/SolutionBuilderNext/LogToFile/@EntryValue">False</s:Boolean>
35
<s:String x:Key="/Default/Environment/Hierarchy/Build/SolutionBuilderNext/OutputVerbosityLevel/@EntryValue">Quiet</s:String>
46
<s:Boolean x:Key="/Default/CodeEditing/ContextActionTable/DisabledContextActions/=JetBrains_002EReSharper_002EIntentions_002ECSharp_002EContextActions_002EUseConfigureAwaitFalseAction/@EntryIndexedValue">True</s:Boolean>

0 commit comments

Comments
 (0)