update to use Elsa prerelease ahead of rc1

This commit is contained in:
Ryan Sweet
2023-07-11 17:19:01 -07:00
parent 868a380753
commit b4b190ca43
5 changed files with 12 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Elsa" Version="3.0.0-rc1" />
<PackageReference Include="Elsa" Version="3.0.0-preview.541" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />

View File

@@ -3,7 +3,7 @@
<packageSources>
<clear/>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<!--add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /-->
<add key="Jint prereleases" value="https://www.myget.org/F/jint/api/v3/index.json" />
<add key="Elsa prereleases" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" />
</packageSources>