Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump csharp sdk to latest RC #938

Merged
merged 1 commit into from
Sep 27, 2023
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 actors/csharp/sdk/client/SmartDevice.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
<PackageReference Include="Dapr.Actors" Version="1.12.*-*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
<PackageReference Include="Dapr.Actors" Version="1.12.*-*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions actors/csharp/sdk/service/SmartDevice.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.10.0" />
<PackageReference Include="Dapr.Actors" Version="1.12.*-*" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion bindings/csharp/sdk/batch/batch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion configuration/csharp/sdk/order-processor/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.11.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion pub_sub/csharp/sdk/checkout/checkout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion pub_sub/csharp/sdk/order-processor/order-processor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion state_management/csharp/sdk/order-processor/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
<PackageReference Include="Dapr.Workflow" Version="1.11.*-*" />
<PackageReference Include="Dapr.AspNetCore" Version="1.12.*-*" />
<PackageReference Include="Dapr.Workflow" Version="1.12.*-*" />
</ItemGroup>

</Project>
Loading