Skip to content

Commit 7eb1c12

Browse files
committed
build
1 parent 648075c commit 7eb1c12

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Directory.Build.props

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,19 @@
2424
<RepositoryUrl>https://github.com/managedcode/Orleans.Graph</RepositoryUrl>
2525
<PackageProjectUrl>https://github.com/managedcode/Orleans.Graph</PackageProjectUrl>
2626
<Product>Managed Code - Orleans Graph</Product>
27-
<Version>8.0.0</Version>
28-
<PackageVersion>8.0.0</PackageVersion>
27+
<Version>9.0.0</Version>
28+
<PackageVersion>9.0.0</PackageVersion>
2929

3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
3232
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3333
</PropertyGroup>
34+
3435
<ItemGroup>
35-
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\"/>
36-
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\"/>
36+
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\"/>
37+
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\"/>
3738
</ItemGroup>
39+
3840
<ItemGroup>
3941
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25">
4042
<PrivateAssets>all</PrivateAssets>

ManagedCode.Orleans.Graph.Tests/ManagedCode.Orleans.Graph.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<IsPackable>false</IsPackable>
99

10-
<LangVersion>12</LangVersion>
10+
<LangVersion>13</LangVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
@@ -48,7 +48,7 @@
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>
51-
51+
5252
</ItemGroup>
5353

5454
<ItemGroup>

0 commit comments

Comments
 (0)