Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/CloudFoundry/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/Kubernetes/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/Kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["Kubernetes.csproj", ""]
COPY ["Directory.Build.props", ""]
COPY ["nuget.config", ""]
COPY ["nuget.config*", ""]
RUN dotnet restore "Kubernetes.csproj"
COPY . .
WORKDIR "/src"
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/Placeholder/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/RandomValue/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/Simple/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Configuration/src/SimpleCloudFoundry/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/CosmosDb/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/MongoDb/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/MySql/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/MySqlEFCore/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/OAuth/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/PostgreSql/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/PostgreSqlEFCore/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/RabbitMQ/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/Redis/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Connectors/src/SqlServerEFCore/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src.Docker/Fortune-Teller-Service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS builder
WORKDIR /src
COPY ["Fortune-Teller-Service/FortuneTeller.Service.csproj", "Fortune-Teller-Service/"]
COPY ["Fortune-Teller-Service/Directory.Build.props", "Fortune-Teller-Service/"]
COPY ["Fortune-Teller-Service/nuget.config", "Fortune-Teller-Service/"]
COPY ["Fortune-Teller-Service/nuget.config*", "Fortune-Teller-Service/"]
RUN dotnet restore "Fortune-Teller-Service/"
COPY . .
RUN dotnet publish "Fortune-Teller-Service/" -c Release -o /app -f net8.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src.Docker/Fortune-Teller-UI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS builder
WORKDIR /src
COPY ["Fortune-Teller-UI/FortuneTeller.UI.csproj", "Fortune-Teller-UI/"]
COPY ["Fortune-Teller-UI/Directory.Build.props", "Fortune-Teller-UI/"]
COPY ["Fortune-Teller-UI/nuget.config", "Fortune-Teller-UI/"]
COPY ["Fortune-Teller-UI/nuget.config*", "Fortune-Teller-UI/"]
RUN dotnet restore "Fortune-Teller-UI/"
COPY . .
RUN dotnet publish "Fortune-Teller-UI/" -c Release -o /app -f net8.0
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src/Console/Fetch/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src/Console/Register/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src/Fortune-Teller-Service/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Discovery/src/Fortune-Teller-UI/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion FileShares/src/SMBFileShares/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Management/src/CloudFoundry/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Management/src/Kubernetes/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Management/src/Kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["Kubernetes.csproj", ""]
COPY ["Directory.Build.props", ""]
COPY ["nuget.config", ""]
COPY ["nuget.config*", ""]
RUN dotnet restore "Kubernetes.csproj"
COPY . .
WORKDIR "/src"
Expand Down
2 changes: 1 addition & 1 deletion Management/src/MicrosoftHealthChecks/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Management/src/SpringBootAdmin/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(AspNetCoreVersion)" />
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.1.0" />
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.15.3" />
<PackageReference Include="Steeltoe.Common.Hosting" Version="$(SteeltoeVersion)" />
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="$(SteeltoeVersion)" />
<PackageReference Include="Steeltoe.Discovery.Eureka" Version="$(SteeltoeVersion)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.1.0" />
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.15.3" />
<PackageReference Include="Steeltoe.Common.Hosting" Version="$(SteeltoeVersion)" />
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="$(SteeltoeVersion)" />
<PackageReference Include="Steeltoe.Discovery.Eureka" Version="$(SteeltoeVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion Messaging/src/Console/Common/Console.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Messaging/src/Console/Common/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file was generated by /configure.ps1, do not edit directly. -->
<Project>
<PropertyGroup>
<SteeltoeVersion>3.3.*</SteeltoeVersion>
<SteeltoeVersion>3.*</SteeltoeVersion>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading