Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 14, 2024
1 parent ea477ad commit dbe5d56
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/ConfigReader.Tests/ConfigReader.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<ItemGroup>
<ProjectReference Include="..\ConfigReader\ConfigReader.csproj" />
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
<PackageReference Include="Verify.Xunit" Version="23.0.0" />
<PackageReference Include="Verify.Xunit" Version="23.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="All" />
<PackageReference Include="Xunit" Version="2.6.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<None Update="allConfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigReader/ConfigReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\MarkdownSnippets\MarkdownSnippets.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/MarkdownSnippets.MsBuild/MarkdownSnippets.MsBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<PackagePath>build</PackagePath>
</Content>

<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.9.5" PrivateAssets="All" />
<ProjectReference Include="..\MarkdownSnippets\MarkdownSnippets.csproj" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.15.0" />
<PackageReference Include="Argon" Version="0.17.0" />
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
<PackageReference Include="Verify.Xunit" Version="23.0.0" />
<PackageReference Include="Verify.Xunit" Version="23.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="All" />
<PackageReference Include="Xunit" Version="2.6.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\MarkdownSnippets.Tool\MarkdownSnippets.Tool.csproj" />
<ProjectReference Include="..\MarkdownSnippets\MarkdownSnippets.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

<ProjectReference Include="..\MarkdownSnippets\MarkdownSnippets.csproj" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/MarkdownSnippets/MarkdownSnippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.109" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="2.3.0" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard' OR '$(TargetFrameworkIdentifier)' == '.NETFramework' OR '$(TargetFrameworkIdentifier)' == '.NETCOREAPP'" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Shared.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeLocalFunctionBody/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeMethodOrOperatorBody/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeNamespaceBody/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=CanSimplifyDictionaryTryGetValueWithGetValueOrDefault/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConditionIsAlwaysTrueOrFalse/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConditionIsAlwaysTrueOrFalseAccordingToNullableAPIContract/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToCompoundAssignment/@EntryIndexedValue">ERROR</s:String>
Expand Down
8 changes: 4 additions & 4 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<ItemGroup>
<Folder Include="DirectorySnippetExtractor\VerifyLambdasAreCalled\subpath\" />
<Folder Include="GitDirs\" />
<PackageReference Include="Argon" Version="0.15.0" />
<PackageReference Include="Argon" Version="0.17.0" />
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
<PackageReference Include="Verify.Xunit" Version="23.0.0" />
<PackageReference Include="Verify.Xunit" Version="23.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
<PackageReference Include="Xunit" Version="2.6.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\MarkdownSnippets\MarkdownSnippets.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<None Include="badsnippets\code.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"MSBuild.Sdk.Extras": "3.0.44"
},
"sdk": {
"version": "8.0.101",
"version": "8.0.200",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit dbe5d56

Please sign in to comment.