Skip to content

Commit 6a52427

Browse files
committed
don't bump packages without updated dependencies
1 parent 839cfd8 commit 6a52427

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Serilog.Ui.Core/Serilog.Ui.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<GenerateDocumentationFile>True</GenerateDocumentationFile>
55
<LangVersion>latest</LangVersion>
6-
<Version>3.2.0</Version>
6+
<Version>3.1.0</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

src/Serilog.Ui.ElasticSearchProvider/Serilog.Ui.ElasticSearchProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<TargetFramework>netstandard2.0</TargetFramework>
77
<LangVersion>latest</LangVersion>
8-
<Version>3.2.0</Version>
8+
<Version>3.1.0</Version>
99

1010
<Authors>Ricardo Demauro - rmauro.dev</Authors>
1111
<Description>ElasticSearch data provider for Serilog UI.</Description>

tests/Serilog.Ui.MsSqlServerProvider.Tests/Util/MsSqlServerTestProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ protected MsSqlServerTestProvider()
3232
.ForUnixContainer()
3333
.UntilCommandIsCompleted("/opt/mssql-tools18/bin/sqlcmd", "-C", "-Q", "SELECT 1;");
3434
Container = new MsSqlBuilder()
35-
// .WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
3635
.WithWaitStrategy(waitStrategy)
3736
.Build();
3837
}

0 commit comments

Comments
 (0)