Skip to content

Commit c27d6a8

Browse files
committed
Update dependencies
1 parent 83932ce commit c27d6a8

File tree

11 files changed

+433
-1022
lines changed

11 files changed

+433
-1022
lines changed

build/Library.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="All" />
20+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" PrivateAssets="All" />
2121
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
2222
</ItemGroup>
2323

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestMajor",
4-
"version": "8.0.403"
4+
"version": "9.0.102"
55
}
66
}

src/Kryptor.Cli/Kryptor.Cli.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
55

66
<GenerateDocumentationFile>False</GenerateDocumentationFile>
77
<OutputType>Exe</OutputType>
@@ -60,12 +60,12 @@
6060
</PropertyGroup>
6161

6262
<ItemGroup>
63-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="All" />
63+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" PrivateAssets="All" />
6464
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
65-
<PackageReference Include="Downloader" Version="3.2.1" Condition="'$(Configuration)' != 'Light'" />
66-
<PackageReference Include="SharpCompress" Version="0.38.0" Condition="'$(Configuration)' != 'Light'" />
65+
<PackageReference Include="Downloader" Version="3.3.3" Condition="'$(Configuration)' != 'Light'" />
66+
<PackageReference Include="SharpCompress" Version="0.39.0" Condition="'$(Configuration)' != 'Light'" />
6767
<PackageReference Include="Spectre.Console" Version="0.49.1" />
68-
<PackageReference Include="Pastel" Version="5.1.0" />
68+
<PackageReference Include="Pastel" Version="6.0.1" />
6969

7070
<ProjectReference Include="..\Kryptor\Kryptor.csproj" />
7171
<ProjectReference Include="..\Kryptor.Client\Kryptor.Client.csproj" />

0 commit comments

Comments
 (0)