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
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UV_VERSION=0.7.19
RUBY_VERSION=3.3

# SDK versions
DOTNET_SDK_VERSION=1.13.0
DOTNET_SDK_VERSION=1.14.0
GO_SDK_VERSION=1.42.0
JAVA_SDK_VERSION=1.31.0
PYTHON_SDK_VERSION=1.23.0
Expand Down
2 changes: 1 addition & 1 deletion workers/dotnet/Temporalio.Omes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Temporalio" Version="1.13.0">
<PackageReference Include="Temporalio" Version="1.14.0">
<!--
We have to make sure this isn't included transitively so it can be
overridden.
Expand Down
2 changes: 1 addition & 1 deletion workers/dotnet/projects/harness/ProjectHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
<TemporalioVersion Condition="'$(TemporalioVersion)' == ''">1.13.0</TemporalioVersion>
<TemporalioVersion Condition="'$(TemporalioVersion)' == ''">1.14.0</TemporalioVersion>
</PropertyGroup>

<ItemGroup>
Expand Down