File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
UnmanagedMemoryUtils/UnmanagedMemoryUtils Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >net7.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
8- </PropertyGroup >
9-
3+ <PropertyGroup >
4+ <TargetFramework >net7.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
8+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
9+ <Title >UnmanagedMemoryUtils</Title >
10+ <VersionPrefix >1.0.0</VersionPrefix >
11+ <PackageReadmeFile >README.md</PackageReadmeFile >
12+ </PropertyGroup >
13+ <ItemGroup >
14+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
15+ </ItemGroup >
1016</Project >
You can’t perform that action at this time.
0 commit comments