Skip to content

Commit 4205d8b

Browse files
authored
Update .NET SDK to 1.14.0 (#341)
1 parent 0527556 commit 4205d8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UV_VERSION=0.7.19
1111
RUBY_VERSION=3.3
1212

1313
# SDK versions
14-
DOTNET_SDK_VERSION=1.13.0
14+
DOTNET_SDK_VERSION=1.14.0
1515
GO_SDK_VERSION=1.42.0
1616
JAVA_SDK_VERSION=1.31.0
1717
PYTHON_SDK_VERSION=1.23.0

workers/dotnet/Temporalio.Omes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
1717
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
18-
<PackageReference Include="Temporalio" Version="1.13.0">
18+
<PackageReference Include="Temporalio" Version="1.14.0">
1919
<!--
2020
We have to make sure this isn't included transitively so it can be
2121
overridden.

workers/dotnet/projects/harness/ProjectHarness.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<TargetFramework>net8.0</TargetFramework>
7-
<TemporalioVersion Condition="'$(TemporalioVersion)' == ''">1.13.0</TemporalioVersion>
7+
<TemporalioVersion Condition="'$(TemporalioVersion)' == ''">1.14.0</TemporalioVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)