Skip to content

Commit 6167bbb

Browse files
committed
updated nuget packages; included new sample into the solution file
1 parent 81d9f9d commit 6167bbb

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

TemporalioSamples.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StandaloneActivity", "Stand
111111
EndProject
112112
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemporalioSamples.StandaloneActivity", "src\StandaloneActivity\TemporalioSamples.StandaloneActivity.csproj", "{240517A1-13B5-4A67-8519-BFCF2C4591B9}"
113113
EndProject
114+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testcontainers", "Testcontainers", "{3DDBED4A-FB4F-5894-4415-A5753CF5C13D}"
115+
EndProject
116+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemporalioSamples.Testcontainers", "src\Testcontainers\TemporalioSamples.Testcontainers.csproj", "{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}"
117+
EndProject
114118
Global
115119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
116120
Debug|Any CPU = Debug|Any CPU
@@ -649,6 +653,18 @@ Global
649653
{240517A1-13B5-4A67-8519-BFCF2C4591B9}.Release|x64.Build.0 = Release|Any CPU
650654
{240517A1-13B5-4A67-8519-BFCF2C4591B9}.Release|x86.ActiveCfg = Release|Any CPU
651655
{240517A1-13B5-4A67-8519-BFCF2C4591B9}.Release|x86.Build.0 = Release|Any CPU
656+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
657+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
658+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|x64.ActiveCfg = Debug|Any CPU
659+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|x64.Build.0 = Debug|Any CPU
660+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|x86.ActiveCfg = Debug|Any CPU
661+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Debug|x86.Build.0 = Debug|Any CPU
662+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
663+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|Any CPU.Build.0 = Release|Any CPU
664+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|x64.ActiveCfg = Release|Any CPU
665+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|x64.Build.0 = Release|Any CPU
666+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|x86.ActiveCfg = Release|Any CPU
667+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4}.Release|x86.Build.0 = Release|Any CPU
652668
EndGlobalSection
653669
GlobalSection(SolutionProperties) = preSolution
654670
HideSolutionNode = FALSE
@@ -704,5 +720,7 @@ Global
704720
{7123C63D-3158-4C9A-8EAD-6D4F1295BC04} = {1A647B41-53D0-4638-AE5A-6630BAAE45FC}
705721
{EAB0C45A-7620-D2D2-2901-5E7FCBFFDA77} = {1A647B41-53D0-4638-AE5A-6630BAAE45FC}
706722
{240517A1-13B5-4A67-8519-BFCF2C4591B9} = {EAB0C45A-7620-D2D2-2901-5E7FCBFFDA77}
723+
{3DDBED4A-FB4F-5894-4415-A5753CF5C13D} = {1A647B41-53D0-4638-AE5A-6630BAAE45FC}
724+
{77AB2280-CFFA-450B-96C6-14F3AE73D9A4} = {3DDBED4A-FB4F-5894-4415-A5753CF5C13D}
707725
EndGlobalSection
708726
EndGlobal

src/OpenTelemetry/CoreSdkForwarding/TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
12+
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" />
1313
</ItemGroup>
1414

1515
</Project>

src/OpenTelemetry/DotNetMetrics/TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
12+
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" />
1313
</ItemGroup>
1414

1515
</Project>

tests/TemporalioSamples.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="xunit.console" Version="2.9.3" />
18+
<PackageReference Include="Npgsql" Version="8.0.6" />
1819
<PackageReference Include="Testcontainers.PostgreSql" Version="4.11.0" />
1920
<PackageReference Include="Testcontainers.Temporal" Version="4.11.0" />
2021
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
@@ -43,6 +44,7 @@
4344
<ProjectReference Include="..\src\SleepForDays\TemporalioSamples.SleepForDays.csproj" />
4445
<ProjectReference Include="..\src\Dsl\TemporalioSamples.Dsl.csproj" />
4546
<ProjectReference Include="..\src\StandaloneActivity\TemporalioSamples.StandaloneActivity.csproj" />
47+
<ProjectReference Include="..\src\Testcontainers\TemporalioSamples.Testcontainers.csproj" />
4648
</ItemGroup>
4749

4850
</Project>

0 commit comments

Comments
 (0)