Downgrade Jint package and remove its preview source

The Jint package was downgraded from version "4.0.0-preview-644" to "3.1.3". The preview source of Jint from 'myget.org' in NuGet.Config was also removed since it's not needed with the stable version now in use.
This commit is contained in:
Sipke Schoorstra 2024-06-15 21:10:54 +02:00
parent ae66015e15
commit 5a1306d14e
2 changed files with 1 additions and 5 deletions

View file

@ -44,7 +44,7 @@
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="IronCompress" Version="1.5.2" />
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="Jint" Version="4.0.0-preview-644" />
<PackageVersion Include="Jint" Version="3.1.3" />
<PackageVersion Include="LinqKit.Core" Version="1.2.5" />
<PackageVersion Include="MailKit" Version="4.6.0" />
<PackageVersion Include="MassTransit" Version="8.2.2" />

View file

@ -5,7 +5,6 @@
<clear />
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="Elsa 3 Preview" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" />
<add key="Jint Preview" value="https://www.myget.org/F/jint/api/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="NuGet official package source">
@ -14,8 +13,5 @@
<packageSource key="Elsa 3 Preview">
<package pattern="Elsa.*" />
</packageSource>
<packageSource key="Jint Preview">
<package pattern="Jint" />
</packageSource>
</packageSourceMapping>
</configuration>