Skip to content

Commit

Permalink
Bump Dapr to 1.9.0-rc.3 and .NET to 1.9.0-rc01 (dapr#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Hal Spang <halspang@microsoft.com>

Signed-off-by: Hal Spang <halspang@microsoft.com>
  • Loading branch information
halspang authored Oct 4, 2022
1 parent 5c1a2c1 commit 4015464
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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.8.0-rc.4
DAPR_RUNTIME_VER: 1.9.0-rc.3
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: dapr-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.8.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.8.0-rc01" />
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.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.8.0-rc01" />
<PackageReference Include="Dapr.AspNetCore" Version="1.9.0-rc01" />
<PackageReference Include="prometheus-net" Version="3.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 4015464

Please sign in to comment.