File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
michangsheng/DropEveryThing Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ bin
2+ .DS_Store
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ dotnet new bepinex5plugin -T netstandard2.0 -U 2018.4.36 -n {Your-Mod-Name}
2626## FAQ
27271 . 如何开发新的 Mod
2828``` bash
29- dotnet new bepinex5plugin -T netstandard2.0 -U 2018.4.36 -n {Your-Mod-Name}
29+ dotnet new bepinex5plugin -T net46 -U 2018.4.36 -n {Your-Mod-Name}
3030```
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >net46 </TargetFramework >
55 <AssemblyName >DropEveryThing</AssemblyName >
66 <Description >My first plugin</Description >
77 <Version >1.0.0</Version >
You can’t perform that action at this time.
0 commit comments