Skip to content

Commit

Permalink
update csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs committed Jan 22, 2023
1 parent c4d544d commit 2728e62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net7.0/CmlLibCoreSample.dll",
"program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net6.0/CmlLibCoreSample.dll",
"args": [],
"cwd": "${workspaceFolder}/CmlLibCoreSample",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
Expand Down
5 changes: 4 additions & 1 deletion CmlLib/CmlLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Minecraft Launcher Library for .NET
Support all version, forge, optifine
</Description>
<Copyright>Copyright (c) 2021 AlphaBs</Copyright>
<Copyright>Copyright (c) 2023 AlphaBs</Copyright>
<PackageProjectUrl>https://github.com/CmlLib/CmlLib.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/CmlLib/CmlLib.Core</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -19,6 +19,7 @@ Support all version, forge, optifine
<Authors>AlphaBs</Authors>
<PackageReleaseNotes />
<PackageId>CmlLib.Core</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>

<WeaverConfiguration Condition="'$(Configuration)' == 'Debug'">
<Weavers>
Expand All @@ -41,7 +42,9 @@ Support all version, forge, optifine
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />

<None Include="../icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="../README.md" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion CmlLibCoreSample/CmlLibCoreSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2728e62

Please sign in to comment.