Skip to content

Commit 2728e62

Browse files
committed
update csproj files
1 parent c4d544d commit 2728e62

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net7.0/CmlLibCoreSample.dll",
13+
"program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net6.0/CmlLibCoreSample.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/CmlLibCoreSample",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

CmlLib/CmlLib.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>Minecraft Launcher Library for .NET
99
Support all version, forge, optifine
1010
</Description>
11-
<Copyright>Copyright (c) 2021 AlphaBs</Copyright>
11+
<Copyright>Copyright (c) 2023 AlphaBs</Copyright>
1212
<PackageProjectUrl>https://github.com/CmlLib/CmlLib.Core</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/CmlLib/CmlLib.Core</RepositoryUrl>
1414
<PackageIcon>icon.png</PackageIcon>
@@ -19,6 +19,7 @@ Support all version, forge, optifine
1919
<Authors>AlphaBs</Authors>
2020
<PackageReleaseNotes />
2121
<PackageId>CmlLib.Core</PackageId>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
2223

2324
<WeaverConfiguration Condition="'$(Configuration)' == 'Debug'">
2425
<Weavers>
@@ -41,7 +42,9 @@ Support all version, forge, optifine
4142
</PackageReference>
4243
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4344
<PackageReference Include="SharpZipLib" Version="1.3.3" />
45+
4446
<None Include="../icon.png" Pack="true" Visible="false" PackagePath="" />
47+
<None Include="../README.md" Pack="true" Visible="false" PackagePath="" />
4548
</ItemGroup>
4649

4750
</Project>

CmlLibCoreSample/CmlLibCoreSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)