Skip to content

Commit

Permalink
Update Yarn Spinner version
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Jul 7, 2023
1 parent 7dce099 commit 49977d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/YarnSpinner.Console/ysc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<!-- If Yarn Spinner doesn't exist at YarnSpinnerDevelopmentPath, then pull
the most recent version from NuGet. -->
<ItemGroup Condition="!Exists('$(YarnSpinnerDevelopmentPath)')">
<PackageReference Include="YarnSpinner" Version="2.3.0" />
<PackageReference Include="YarnSpinner.Compiler" Version="2.3.0" />
<PackageReference Include="YarnSpinner" Version="2.3.1" />
<PackageReference Include="YarnSpinner.Compiler" Version="2.3.1" />
</ItemGroup>

<!-- If Yarn Spinner DOES exist at YarnSpinnerDevelopmentPath, use that. -->
Expand Down

0 comments on commit 49977d8

Please sign in to comment.