File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ UV_VERSION=0.7.19
1111RUBY_VERSION = 3.3
1212
1313# SDK versions
14- DOTNET_SDK_VERSION = 1.13 .0
14+ DOTNET_SDK_VERSION = 1.14 .0
1515GO_SDK_VERSION = 1.42.0
1616JAVA_SDK_VERSION = 1.31.0
1717PYTHON_SDK_VERSION = 1.23.0
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments