Skip to content

Commit 606da93

Browse files
committed
Remove the global.json file
This also allows suppressing a workaround for Rider not properly nesting verified files. See VerifyTests/Verify#1513 (comment)
1 parent 0a2f227 commit 606da93

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

global.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

serilog-formatting-log4net.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{F0707B5E-7B54-4D36-993B-17293615DEF7}"
44
ProjectSection(SolutionItems) = preProject
5-
global.json = global.json
65
NuGet.config = NuGet.config
76
.config\dotnet-tools.json = .config\dotnet-tools.json
87
src\packages.lock.json = src\packages.lock.json

tests/Serilog.Formatting.Log4Net.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<PackageReference Include="Serilog" Version="4.3.0" />
1515
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
1616
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
17-
<PackageReference Include="Verify" Version="31.5.3" GeneratePathProperty="true" />
1817
<PackageReference Include="Verify.Xunit" Version="31.5.3" />
1918
<PackageReference Include="xunit" Version="2.9.3" />
2019
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" />
@@ -83,7 +82,4 @@
8382
<None Include="PublicApi.*.cs" />
8483
</ItemGroup>
8584

86-
<!-- See https://github.com/VerifyTests/Verify/issues/1513#issuecomment-3312366969 -->
87-
<Import Project="$([System.IO.Path]::Combine($(PkgVerify),'build','Verify.AfterMicrosoftNetSdk.props'))" />
88-
8985
</Project>

0 commit comments

Comments
 (0)