File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 33 <TargetFramework >netstandard2.1</TargetFramework >
44 <AssemblyName >com.sigurd.csync</AssemblyName >
55 <Description >Configuration file syncing library for BepInEx.</Description >
6- <RestoreAdditionalProjectSources >
7- https://api.nuget.org/v3/index.json;
8- https://nuget.bepinex.dev/v3/index.json;
9- https://nuget.samboy.dev/v3/index.json
10- </RestoreAdditionalProjectSources >
116 <RootNamespace ></RootNamespace >
127 <Title >CSync</Title >
138 <Product >$(Title)</Product >
14- <NeutralLanguage >en-GB</NeutralLanguage >
159 </PropertyGroup >
1610
1711 <PropertyGroup >
Original file line number Diff line number Diff line change 99
1010 <!-- compiler/msbuild switches -->
1111 <PropertyGroup >
12+ <RestoreAdditionalProjectSources >
13+ https://api.nuget.org/v3/index.json;
14+ https://nuget.bepinex.dev/v3/index.json;
15+ https://nuget.samboy.dev/v3/index.json
16+ </RestoreAdditionalProjectSources >
17+ <NeutralLanguage >en-GB</NeutralLanguage >
1218 <LangVersion >latest</LangVersion >
1319 <Nullable >enable</Nullable >
1420 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >netstandard2.1</TargetFramework >
44 <AssemblyName >com.sigurd.csync.example-plugin</AssemblyName >
5- <RestoreAdditionalProjectSources >
6- https://api.nuget.org/v3/index.json;
7- https://nuget.bepinex.dev/v3/index.json;
8- https://nuget.samboy.dev/v3/index.json
9- </RestoreAdditionalProjectSources >
5+
106 <RootNamespace >CSync.ExamplePlugin</RootNamespace >
117 <Title >ExamplePlugin</Title >
128 <Product >$(Title)</Product >
13- <NeutralLanguage >en-GB</NeutralLanguage >
149 </PropertyGroup >
1510
1611 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments