Skip to content

Commit aa60f02

Browse files
author
yingtingxu
committed
chore: update
1 parent d9d062a commit aa60f02

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

AutoHistory.sln

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
ProjectSection(SolutionItems) = preProject
1616
.editorconfig = .editorconfig
1717
NuGet.config = NuGet.config
18-
README.md = README.md
1918
EndProjectSection
2019
EndProject
2120
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{1C12ACF7-CF58-460C-8EF3-2349D8E62AC1}"

src/Microsoft.EntityFrameworkCore.AutoHistory/Microsoft.EntityFrameworkCore.AutoHistory.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<TargetFramework>net6.0</TargetFramework>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9+
<PackageReadmeFile>README.md</PackageReadmeFile>
910
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1011
<AssemblyName>Microsoft.EntityFrameworkCore.AutoHistory</AssemblyName>
1112
<PackageId>Microsoft.EntityFrameworkCore.AutoHistory</PackageId>
@@ -17,5 +18,6 @@
1718
</PropertyGroup>
1819
<ItemGroup>
1920
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
21+
<None Include="README.md" Pack="true" PackagePath="\" />
2022
</ItemGroup>
2123
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)