Compare commits
3 Commits
5a25fb1d0c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78081d82ae | ||
|
|
c0352cf750 | ||
|
|
e4a96d3201 |
@@ -21,6 +21,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
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
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release
|
run: dotnet build --no-restore --configuration Release
|
||||||
|
|||||||
@@ -7,12 +7,13 @@
|
|||||||
<Version>0.0.1</Version>
|
<Version>0.0.1</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
<Authors>sleeeeeep</Authors>
|
||||||
<RestoreAdditionalProjectSources>
|
<RestoreAdditionalProjectSources>
|
||||||
https://api.nuget.org/v3/index.json;
|
https://api.nuget.org/v3/index.json;
|
||||||
https://nuget.bepinex.dev/v3/index.json;
|
https://nuget.bepinex.dev/v3/index.json;
|
||||||
https://nuget.samboy.dev/v3/index.json
|
https://nuget.samboy.dev/v3/index.json
|
||||||
</RestoreAdditionalProjectSources>
|
</RestoreAdditionalProjectSources>
|
||||||
<RootNamespace>stick.plugins.playermanager</RootNamespace>
|
<RootNamespace>stick.plugins.tmpl</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -32,18 +33,30 @@
|
|||||||
<Reference Include="Assembly-CSharp">
|
<Reference Include="Assembly-CSharp">
|
||||||
<HintPath>lib/Assembly-CSharp.dll</HintPath>
|
<HintPath>lib/Assembly-CSharp.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="Assembly-CSharp-firstpass">
|
<Reference Include="Assembly-CSharp-firstpass">
|
||||||
<HintPath>lib/Assembly-CSharp-firstpass.dll</HintPath>
|
<HintPath>lib/Assembly-CSharp-firstpass.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="Lidgren.Network">
|
<Reference Include="Lidgren.Network">
|
||||||
<HintPath>lib/Lidgren.Network.dll</HintPath>
|
<HintPath>lib/Lidgren.Network.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</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>
|
</Project>
|
||||||
Reference in New Issue
Block a user