File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
3443 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3544 </PackageReference >
3645</ItemGroup >
37- </Project >
46+ </Project >
You can’t perform that action at this time.
0 commit comments