We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd53384 commit ade21a0Copy full SHA for ade21a0
2 files changed
nuget.config
@@ -9,5 +9,6 @@
9
</activePackageSource>
10
<packageSources>
11
<add key="Oxide" value="https://www.myget.org/f/oxide/api/v3/index.json" />
12
+ <add key="OxideTemp" value="https://www.myget.org/f/oxidetemp/api/v3/index.json" />
13
</packageSources>
14
</configuration>
src/Oxide.Core.csproj
@@ -17,7 +17,7 @@
17
<NoWarn>NU1701</NoWarn>
18
</PropertyGroup>
19
<ItemGroup>
20
- <PackageReference Include="Lib.Harmony" Version="2.3.3" />
+ <PackageReference Include="Lib.Harmony" Version="2.3.1.1" />
21
<PackageReference Include="Oxide.Common" Version="2.0.21-develop" />
22
<PackageReference Include="Oxide.References" Version="2.0.*">
23
<PrivateAssets>contentfiles;analyzers;build</PrivateAssets>
0 commit comments