File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
tests/RandomFixtureKit.Tests Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<LangVersion >13</LangVersion >
5
+ <SignAssembly >true</SignAssembly >
6
+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)release.snk</AssemblyOriginatorKeyFile >
5
7
6
8
<!-- NuGet Package Information -->
9
+ <IsPackable >false</IsPackable >
7
10
<PackageVersion >$(Version)</PackageVersion >
8
11
<Company >Cysharp</Company >
9
12
<Authors >Cysharp</Authors >
19
22
20
23
<ItemGroup >
21
24
<None Include =" $(MSBuildThisFileDirectory)README.md" Pack =" true" PackagePath =" \" />
22
- <None Include =" $(MSBuildThisFileDirectory)Icon.png" Pack =" true" PackagePath =" \" />
25
+ <None Include =" $(MSBuildThisFileDirectory)Icon.png" Pack =" true" PackagePath =" \" />
26
+ <EmbeddedResource Include =" $(MSBuildThisFileDirectory)LICENSE" />
23
27
</ItemGroup >
24
28
</Project >
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net8.0</TargetFramework >
6
- <IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
9
8
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<LangVersion >7.3</LangVersion >
6
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
- <SignAssembly >true</SignAssembly >
8
- <AssemblyOriginatorKeyFile >release.snk</AssemblyOriginatorKeyFile >
9
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
- <Company >Cysharp</Company >
11
8
12
9
<!-- NuGet -->
10
+ <IsPackable >true</IsPackable >
13
11
<PackageId >RandomFixtureKit</PackageId >
14
12
<Description >Fill random/edge-case value to target type for unit testing.</Description >
15
- <IsPackable >true</IsPackable >
16
13
</PropertyGroup >
17
14
18
15
<PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
-
6
- <IsPackable >false</IsPackable >
7
5
</PropertyGroup >
8
6
9
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments