Skip to content

Commit

Permalink
Unify versions of Orleans in use
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jul 24, 2024
1 parent 4b464df commit bd76f6e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
34 changes: 17 additions & 17 deletions src/CloudActors.Orleans/CloudActors.Orleans.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Devlooped.CloudActors.Orleans</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CloudActors\CloudActors.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Devlooped.CloudActors.Orleans</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CloudActors\CloudActors.csproj" />
</ItemGroup>

</Project>
46 changes: 23 additions & 23 deletions src/CloudActors.Streamstone/CloudActors.Streamstone.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Devlooped.CloudActors.Streamstone</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<PackageId>Devlooped.CloudActors.Streamstone</PackageId>
<Description>Cloud Native Actors: Streamstone storage for Azure Tables</Description>
<PackageTags>dotnet orleans actor azure table</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.2.0" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.2.0" />
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Streamstone" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CloudActors.Package\CloudActors.Package.msbuildproj" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\CloudActors\CloudActors.csproj" Pack="false" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Devlooped.CloudActors.Streamstone</AssemblyName>
<TargetFramework>net8.0</TargetFramework>
<PackageId>Devlooped.CloudActors.Streamstone</PackageId>
<Description>Cloud Native Actors: Streamstone storage for Azure Tables</Description>
<PackageTags>dotnet orleans actor azure table</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.2.0" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.2.0" />
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="Streamstone" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CloudActors.Package\CloudActors.Package.msbuildproj" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\CloudActors\CloudActors.csproj" Pack="false" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Microsoft.Orleans.TestingHost" Version="8.1.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.1.0" />
<PackageReference Include="Microsoft.Orleans.TestingHost" Version="8.2.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bd76f6e

Please sign in to comment.