Skip to content

Commit

Permalink
完善包信息
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSpring114 committed Dec 16, 2023
1 parent 93345c7 commit c8bc33d
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions MinecraftLaunch/MinecraftLaunch.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.0.0-preview1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageProjectUrl>https://github.com/Blessing-Studio/MinecraftLaunch</PackageProjectUrl>
<RepositoryUrl>https://github.com/Blessing-Studio/MinecraftLaunch</RepositoryUrl>
<Description>下一代全能高效化的 Minecraft 启动核心</Description>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Authors>Blessing-Studio</Authors>
<Title>MinecraftLaunch</Title>
<Nullable>disable</Nullable>
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.0-pre7" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.0-pre7" />
</ItemGroup>
</Project>

0 comments on commit c8bc33d

Please sign in to comment.