File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >8.2 .0</Version >
3
+ <Version >9.0 .0</Version >
4
4
<TargetFramework >net9.0</TargetFramework >
5
5
<Product >libyear</Product >
6
6
<PackageId >LibYear.Core</PackageId >
20
20
<ItemGroup >
21
21
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
22
22
<PackageReference Include =" NuGet.Protocol" Version =" 6.12.1" />
23
- <None Include =" ../../README.md" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" ." />
24
23
<PackageReference Include =" System.IO.Abstractions" Version =" 21.1.3" />
24
+ <None Include =" ../../README.md" CopyToOutputDirectory =" PreserveNewest" Pack =" true" PackagePath =" ." />
25
25
</ItemGroup >
26
26
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >8.2 .0</Version >
3
+ <Version >9.0 .0</Version >
4
4
<OutputType >Exe</OutputType >
5
5
<PackAsTool >true</PackAsTool >
6
6
<Product >libyear</Product >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" />
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
10
10
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
11
11
<PackageReference Include =" NuGet.Protocol" Version =" 6.12.1" />
12
12
<PackageReference Include =" System.IO.Abstractions" Version =" 21.1.3" />
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" />
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
10
10
<PackageReference Include =" NSubstitute" Version =" 5.3.0" />
11
11
<PackageReference Include =" Spectre.Console.Testing" Version =" 0.49.1" />
12
12
<PackageReference Include =" xunit" Version =" 2.9.2" />
You can’t perform that action at this time.
0 commit comments