Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hananiel committed Mar 3, 2022
1 parent 493b369 commit ad2fef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions src/Steeltoe.All.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.Common", "Common\src\Common\Steeltoe.Common.csproj", "{61812938-5132-4AB6-B48D-2DF4189B3E37}"
EndProject
Expand Down Expand Up @@ -359,8 +359,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{
..\build\templates\consolidate-coverage.yaml = ..\build\templates\consolidate-coverage.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{25560946-4FE3-4BAC-9F34-0F177981CDDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -915,10 +913,6 @@ Global
{9F40820C-82C9-4AC2-999F-87D3F48E6636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F40820C-82C9-4AC2-999F-87D3F48E6636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F40820C-82C9-4AC2-999F-87D3F48E6636}.Release|Any CPU.Build.0 = Release|Any CPU
{25560946-4FE3-4BAC-9F34-0F177981CDDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25560946-4FE3-4BAC-9F34-0F177981CDDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25560946-4FE3-4BAC-9F34-0F177981CDDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25560946-4FE3-4BAC-9F34-0F177981CDDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<MockHttpVersion>6.0.0</MockHttpVersion>
<MoqVersion>4.13.1</MoqVersion>

<OpenTelemetryVersion>1.2.0-rc2.8</OpenTelemetryVersion>
<OpenTelemetryInstrumentationVersion>1.0.0-rc9.8</OpenTelemetryInstrumentationVersion>
<OpenTelemetryVersion>1.2.0-rc2</OpenTelemetryVersion>
<OpenTelemetryInstrumentationVersion>1.0.0-rc9</OpenTelemetryInstrumentationVersion>

<RabbitClientVersion>5.0.1</RabbitClientVersion>
<ReactiveVersion>4.1.5</ReactiveVersion>
Expand Down

0 comments on commit ad2fef5

Please sign in to comment.