Add NuGet lock files
Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com>
This commit is contained in:
parent
b82dad2b9f
commit
a03b5a0c95
@ -15,6 +15,10 @@
|
|||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Polly" Version="7.2.1" />
|
<PackageReference Include="Polly" Version="7.2.1" />
|
||||||
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
|
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
|
||||||
|
31
Myriad/packages.lock.json
Normal file
31
Myriad/packages.lock.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"dependencies": {
|
||||||
|
".NETCoreApp,Version=v5.0": {
|
||||||
|
"Polly": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[7.2.1, )",
|
||||||
|
"resolved": "7.2.1",
|
||||||
|
"contentHash": "Od8SnPlpQr+PuAS0YzY3jgtzaDNknlIuAaldN2VEIyTvm/wCg22C5nUkUV1BEG8rIsub5RFMoV/NEQ0tM/+7Uw=="
|
||||||
|
},
|
||||||
|
"Polly.Contrib.WaitAndRetry": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[1.1.1, )",
|
||||||
|
"resolved": "1.1.1",
|
||||||
|
"contentHash": "1MUQLiSo4KDkQe6nzQRhIU05lm9jlexX5BVsbuw0SL82ynZ+GzAHQxJVDPVBboxV37Po3SG077aX8DuSy8TkaA=="
|
||||||
|
},
|
||||||
|
"Serilog": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[2.10.0, )",
|
||||||
|
"resolved": "2.10.0",
|
||||||
|
"contentHash": "+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA=="
|
||||||
|
},
|
||||||
|
"System.Linq.Async": {
|
||||||
|
"type": "Direct",
|
||||||
|
"requested": "[5.0.0, )",
|
||||||
|
"resolved": "5.0.0",
|
||||||
|
"contentHash": "cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -22,6 +22,10 @@
|
|||||||
<_ContentIncludedByDefault Remove="Properties\launchSettings.json" />
|
<_ContentIncludedByDefault Remove="Properties\launchSettings.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.2.0" />
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.2.0" />
|
||||||
|
1583
PluralKit.API/packages.lock.json
Normal file
1583
PluralKit.API/packages.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,6 +16,10 @@
|
|||||||
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
|
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
|
||||||
<PackageReference Include="Sentry" Version="2.1.6" />
|
<PackageReference Include="Sentry" Version="2.1.6" />
|
||||||
|
1386
PluralKit.Bot/packages.lock.json
Normal file
1386
PluralKit.Bot/packages.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,10 @@
|
|||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="App.Metrics" Version="4.1.0" />
|
<PackageReference Include="App.Metrics" Version="4.1.0" />
|
||||||
<PackageReference Include="App.Metrics.Reporting.InfluxDB" Version="4.1.0" />
|
<PackageReference Include="App.Metrics.Reporting.InfluxDB" Version="4.1.0" />
|
||||||
|
1329
PluralKit.Core/packages.lock.json
Normal file
1329
PluralKit.Core/packages.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,10 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\PluralKit.API\PluralKit.API.csproj" />
|
<ProjectReference Include="..\PluralKit.API\PluralKit.API.csproj" />
|
||||||
<ProjectReference Include="..\PluralKit.Bot\PluralKit.Bot.csproj" />
|
<ProjectReference Include="..\PluralKit.Bot\PluralKit.Bot.csproj" />
|
||||||
|
1756
PluralKit.Tests/packages.lock.json
Normal file
1756
PluralKit.Tests/packages.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user