Skip to content

Commit

Permalink
修改项目配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lc6464 committed May 30, 2024
1 parent 10b798d commit 8568bae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Base16384.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -7,14 +8,16 @@
<Version>2.0.0.0</Version>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LC6464.Base16384" Version="2.1.0" />
</ItemGroup>

<ItemGroup>

<Using Include="LC6464.Base16384" />
<Using Include="ConsoleHelpers" />
<Using Include="System.Globalization" />
<Using Include="System.Runtime.InteropServices" />
</ItemGroup>

</Project>

0 comments on commit 8568bae

Please sign in to comment.