Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit c2d3c8e

Browse files
committed
bump version and upgrade deps
1 parent af21dc4 commit c2d3c8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Rune.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>Rune.CLI</RootNamespace>
88
<ApplicationIcon>resource\icon.ico</ApplicationIcon>
99
<StartupObject></StartupObject>
10-
<Version>0.70.619-beta</Version>
10+
<Version>0.70.620-beta</Version>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<PlatformTarget>x64</PlatformTarget>
1313
</PropertyGroup>
@@ -22,8 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Ancient.ProjectSystem" Version="0.60.358.20" />
25-
<PackageReference Include="Ancient.Runtime" Version="0.60.345.605" />
26-
<PackageReference Include="Ancient.Runtime.Hardware" Version="0.60.345.60" />
25+
<PackageReference Include="Ancient.Runtime" Version="0.70.555.836" />
2726
<PackageReference Include="ConsoleTools" Version="0.5.4" />
2827
<PackageReference Include="EmojiOne.NETStandard" Version="4.0.1" />
2928
<PackageReference Include="Flurl" Version="2.8.2" />
@@ -34,7 +33,7 @@
3433
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="3.5.0" />
3534
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.3" />
3635
<PackageReference Include="Octokit" Version="0.47.0" />
37-
<PackageReference Include="Pastel" Version="1.3.1" />
36+
<PackageReference Include="Pastel" Version="1.3.2" />
3837
</ItemGroup>
3938

4039
<ItemGroup Condition="$(Configuration) == 'Debug'">

0 commit comments

Comments
 (0)