Compare commits
3 Commits
5a25fb1d0c
...
78081d82ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78081d82ae | ||
|
|
c0352cf750 | ||
|
|
e4a96d3201 |
@@ -21,6 +21,11 @@ jobs:
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
# 直接加代理得了
|
||||
env:
|
||||
http_proxy: "http://172.17.0.1:7890"
|
||||
https_proxy: "http://172.17.0.1:7890"
|
||||
no_proxy: "localhost,127.0.0.1,*.lan"
|
||||
|
||||
- name: Build
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
|
||||
@@ -7,12 +7,13 @@
|
||||
<Version>0.0.1</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Authors>sleeeeeep</Authors>
|
||||
<RestoreAdditionalProjectSources>
|
||||
https://api.nuget.org/v3/index.json;
|
||||
https://nuget.bepinex.dev/v3/index.json;
|
||||
https://nuget.samboy.dev/v3/index.json
|
||||
</RestoreAdditionalProjectSources>
|
||||
<RootNamespace>stick.plugins.playermanager</RootNamespace>
|
||||
<RootNamespace>stick.plugins.tmpl</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -32,18 +33,30 @@
|
||||
<Reference Include="Assembly-CSharp">
|
||||
<HintPath>lib/Assembly-CSharp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Assembly-CSharp-firstpass">
|
||||
<HintPath>lib/Assembly-CSharp-firstpass.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Lidgren.Network">
|
||||
<HintPath>lib/Lidgren.Network.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Assembly-CSharp.dll" />
|
||||
<None Remove="Assembly-CSharp-firstpass.dll" />
|
||||
<None Remove="Lidgren.Network.dll" />
|
||||
<None Remove="TextMeshPro-1.0.55.56.0b9.dll" />
|
||||
<None Remove="UnityEngine.UI.dll" />
|
||||
<None Remove="Mono.Security.dll" />
|
||||
<None Remove="mscorlib.dll" />
|
||||
<None Remove="System.dll" />
|
||||
<None Remove="System.Core.dll" />
|
||||
<None Remove="System.Xml.dll" />
|
||||
<None Remove="UnityEngine.dll" />
|
||||
<None Remove="UnityEngine.Analytics.dll" />
|
||||
<None Remove="UnityEngine.dll.mdb" />
|
||||
<None Remove="UnityEngine.Networking.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user