Skip to content

Commit 9b1b683

Browse files
committed
Fix CI
1 parent 0f7e25d commit 9b1b683

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/MiniWord/MiniWord.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<AssemblyName>MiniWord</AssemblyName>
88
<Title>MiniWord</Title>
99
<Product>MiniWord</Product>
10-
<PackageTags>excel;xlsx;csv;micro-helper;mini;openxml;helper;</PackageTags>
11-
<Description>
10+
<PackageTags>word;template;micro-helper;mini;openxml;helper;</PackageTags>
11+
<Description>MiniWord is an easy and effective .NET Word Template library.
1212
</Description>
1313
<Authors>LIN,WEI-HAN</Authors>
1414
<PackageId>MiniWord</PackageId>
@@ -23,6 +23,11 @@
2323
<PackageReleaseNotes>Please Check [Release Notes](https://github.com/mini-software/MiniWord/tree/master/release)</PackageReleaseNotes>
2424
<RepositoryType>Github</RepositoryType>
2525
</PropertyGroup>
26+
<ItemGroup>
27+
<None Update="icon.png">
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
</None>
30+
</ItemGroup>
2631
<ItemGroup>
2732
<PackageReference Include="DocumentFormat.OpenXml" Version="2.18.0" />
2833
</ItemGroup>

tests/MiniWordTests/MiniWordTests.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFrameworks>net5.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)