Skip to content

Commit f27bd8d

Browse files
committed
refs
1 parent e0a75a2 commit f27bd8d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/EmptyFiles.Tool/EmptyFiles.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" PrivateAssets="None" />
16-
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
16+
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
1717
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1818
<None Include="$(ProjectDir)..\..\files\**\empty.*">
1919
<Pack>true</Pack>

src/EmptyFiles/EmptyFiles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard' OR '$(TargetFrameworkIdentifier)' == '.NETFramework'" />
10-
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
10+
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
1111
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1212
<PackageReference Include="Polyfill" Version="1.32.1" PrivateAssets="all" />
1313
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework) =='net461'" />

src/Shared.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedParameter_002ELocal/@EntryIndexedValue">ERROR</s:String>
4343
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=TabsAndSpacesMismatch/@EntryIndexedValue">ERROR</s:String>
4444
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=TabsAreDisallowed/@EntryIndexedValue">ERROR</s:String>
45+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseCollectionExpression/@EntryIndexedValue">ERROR</s:String>
4546
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseRawString/@EntryIndexedValue">ERROR</s:String>
4647
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseSwitchCasePatternVariable/@EntryIndexedValue">ERROR</s:String>
4748
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseSymbolAlias/@EntryIndexedValue">ERROR</s:String>

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Polyfill" Version="1.32.1" PrivateAssets="all" />
1212
<PackageReference Include="NUnit" Version="3.14.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
14-
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
14+
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
1515
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" />
1616
</ItemGroup>
1717
<Import Project="$(ProjectDir)..\EmptyFiles.targets" />

0 commit comments

Comments
 (0)