File tree 4 files changed +6
-6
lines changed
Kysect.DotnetProjectSystem
Kysect.DotnetProjectSystem.Tests
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
<PropertyGroup >
15
15
<RepositoryUrl >https://github.com/kysect/DotnetProjectSystem</RepositoryUrl >
16
16
<PackageProjectUrl >https://github.com/kysect/DotnetProjectSystem</PackageProjectUrl >
17
- <Version >1.0.0</Version >
18
17
</PropertyGroup >
19
18
20
19
<!-- Code configuration -->
29
28
30
29
<ItemGroup >
31
30
<PackageReference Include =" Kysect.Editorconfig" />
31
+ <PackageReference Include =" MinVer" >
32
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
+ <PrivateAssets >all</PrivateAssets >
34
+ </PackageReference >
32
35
</ItemGroup >
33
36
34
37
<ItemGroup Condition =" $(Configuration) == 'Release'" >
Original file line number Diff line number Diff line change 39
39
<PackageVersion Include =" TestableIO.System.IO.Abstractions.TestingHelpers" Version =" 21.0.2" />
40
40
<PackageVersion Include =" xunit" Version =" 2.8.0" />
41
41
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.0" />
42
+ <PackageVersion Include =" MinVer" Version =" 5.0.0" />
42
43
</ItemGroup >
43
44
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
-
6
5
<IsPackable >false</IsPackable >
7
6
<IsTestProject >true</IsTestProject >
8
7
<NoWarn >$(NoWarn);CA1707</NoWarn >
17
16
<PackageReference Include =" Kysect.CommonLib.DependencyInjection" />
18
17
<PackageReference Include =" Kysect.CommonLib.Testing" />
19
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" />
20
- <PackageReference Include =" coverlet.collector" >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- <PrivateAssets >all</PrivateAssets >
23
- </PackageReference >
24
19
<PackageReference Include =" TestableIO.System.IO.Abstractions.TestingHelpers" />
25
20
<PackageReference Include =" xunit" />
26
21
<PackageReference Include =" xunit.runner.visualstudio" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
+ <IsPackable >true</IsPackable >
4
5
</PropertyGroup >
5
6
<ItemGroup >
6
7
<PackageReference Include =" GuiLabs.Language.Xml" />
You can’t perform that action at this time.
0 commit comments