Skip to content

Commit cfb2031

Browse files
committed
Update references to v7-dev-* dependencies
1 parent 892f90e commit cfb2031

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

serilog-aspnetcore.sln

-14
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.AspNetCore.Tests",
2626
EndProject
2727
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "samples\Sample\Sample.csproj", "{4FA0FE41-973E-4555-AB4A-0F400DBA9DD3}"
2828
EndProject
29-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Logging", "..\serilog-extensions-logging\src\Serilog.Extensions.Logging\Serilog.Extensions.Logging.csproj", "{03EC6680-9D1F-4D51-A1F4-E6863781982B}"
30-
EndProject
31-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Hosting", "..\serilog-extensions-hosting\src\Serilog.Extensions.Hosting\Serilog.Extensions.Hosting.csproj", "{49220185-3DA4-49C1-B08C-F5C38F53378B}"
32-
EndProject
3329
Global
3430
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3531
Debug|Any CPU = Debug|Any CPU
@@ -48,14 +44,6 @@ Global
4844
{4FA0FE41-973E-4555-AB4A-0F400DBA9DD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
4945
{4FA0FE41-973E-4555-AB4A-0F400DBA9DD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
5046
{4FA0FE41-973E-4555-AB4A-0F400DBA9DD3}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{03EC6680-9D1F-4D51-A1F4-E6863781982B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52-
{03EC6680-9D1F-4D51-A1F4-E6863781982B}.Debug|Any CPU.Build.0 = Debug|Any CPU
53-
{03EC6680-9D1F-4D51-A1F4-E6863781982B}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{03EC6680-9D1F-4D51-A1F4-E6863781982B}.Release|Any CPU.Build.0 = Release|Any CPU
55-
{49220185-3DA4-49C1-B08C-F5C38F53378B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{49220185-3DA4-49C1-B08C-F5C38F53378B}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{49220185-3DA4-49C1-B08C-F5C38F53378B}.Release|Any CPU.ActiveCfg = Release|Any CPU
58-
{49220185-3DA4-49C1-B08C-F5C38F53378B}.Release|Any CPU.Build.0 = Release|Any CPU
5947
EndGlobalSection
6048
GlobalSection(SolutionProperties) = preSolution
6149
HideSolutionNode = FALSE
@@ -64,8 +52,6 @@ Global
6452
{0549D23F-986B-4FB2-BACE-16FD7A7BC9EF} = {A1893BD1-333D-4DFE-A0F0-DDBB2FE526E0}
6553
{AD51759B-CD58-473F-9620-0B0E56A123A1} = {E30F638E-BBBE-4AD1-93CE-48CC69CFEFE1}
6654
{4FA0FE41-973E-4555-AB4A-0F400DBA9DD3} = {F2407211-6043-439C-8E06-3641634332E7}
67-
{03EC6680-9D1F-4D51-A1F4-E6863781982B} = {A1893BD1-333D-4DFE-A0F0-DDBB2FE526E0}
68-
{49220185-3DA4-49C1-B08C-F5C38F53378B} = {A1893BD1-333D-4DFE-A0F0-DDBB2FE526E0}
6955
EndGlobalSection
7056
GlobalSection(ExtensibilityGlobals) = postSolution
7157
SolutionGuid = {811E61C5-3871-4633-AFAE-B35B619C8A10}

src/Serilog.AspNetCore/Serilog.AspNetCore.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
<ItemGroup>
3333
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
34-
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
35-
<ProjectReference Include="../../../serilog-extensions-hosting/src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj" />
34+
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0-dev-*" />
35+
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0-dev-*" />
3636
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
3737
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
3838
</ItemGroup>

0 commit comments

Comments
 (0)