Skip to content

Commit 186d7b7

Browse files
committed
Add PackageProjectUrl and RepositoryUrl
1 parent 043defe commit 186d7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EFCore.Sqlite.NodaTime/EFCore.Sqlite.NodaTime.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<PackageProjectUrl>https://www.learnentityframeworkcore.com/extensions/entityframeworkcore-sqlite-nodatime</PackageProjectUrl>
34
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;sql;sqlite;NodaTime</PackageTags>
45
<Description>Adds support for NodaTime types when using SQLite with Entity Framework Core.</Description>
6+
<RepositoryUrl>https://github.com/khellang/EFCore.Sqlite.NodaTime</RepositoryUrl>
57
<RootNamespace>Microsoft.EntityFrameworkCore.Sqlite</RootNamespace>
68
<AssemblyName>EntityFrameworkCore.Sqlite.NodaTime</AssemblyName>
79
<PackageId>EntityFrameworkCore.Sqlite.NodaTime</PackageId>
810
<PackageReadmeFile>README.md</PackageReadmeFile>
911
<TargetFramework>net8.0</TargetFramework>
10-
1112
<MinVerTagPrefix>v</MinVerTagPrefix>
1213
</PropertyGroup>
1314

0 commit comments

Comments
 (0)