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 Dapr to 1.10.0-rc.2 and .NET to 1.10.0-rc01 #161

Merged
merged 1 commit into from
Feb 3, 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 .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
DAPR_RUNTIME_VER: 1.9.0-rc.6
DAPR_RUNTIME_VER: 1.10.0-rc.2
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: dapr-release-longhaul
TEST_RESOURCE_GROUP: dapr-test
Expand Down
2 changes: 1 addition & 1 deletion feed-generator/feed-generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion hashtag-actor/hashtag-actor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion hashtag-counter/hashtag-counter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion message-analyzer/message-analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion pubsub-workflow/pubsub-workflow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions snapshot/snapshot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />

</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion validation-worker/validation-worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.10.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down