Skip to content

Commit 80b9ae1

Browse files
committed
props
1 parent 0c6eaf6 commit 80b9ae1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Directory.Build.props

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<Project>
2+
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<LangVersion>12</LangVersion>
6+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
7+
<DebugType>embedded</DebugType>
8+
<Nullable>enable</Nullable>
9+
</PropertyGroup>
10+
211
<!--NuGet-->
312
<PropertyGroup>
413
<Authors>ManagedCode</Authors>
@@ -19,8 +28,8 @@
1928
<Product>Managed Code - Storage</Product>
2029
<Version>2.1.15-alpha</Version>
2130
<PackageVersion>2.1.15-alpha</PackageVersion>
22-
2331
</PropertyGroup>
32+
2433
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2534
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2635
</PropertyGroup>
@@ -34,4 +43,4 @@
3443
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3544
</PackageReference>
3645
</ItemGroup>
37-
</Project>
46+
</Project>

0 commit comments

Comments
 (0)