From 8b81514a06e7d24a5b4cf9c6ebab88da9e415268 Mon Sep 17 00:00:00 2001 From: Ulf Lorenz Date: Tue, 27 May 2025 15:00:28 +0200 Subject: [PATCH] Replace with Nuget effectively allows only one of the two, but using the expression had two advantages: 1. It is slightly easier to extract by tooling, because you need not query the github API for a possibly outdated license file. 2. It is recommended practice by Microsoft for standard licenses https://learn.microsoft.com/en-us/nuget/reference/nuspec#license --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7cf793c5..8f37be2e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ https://github.com/praeclarum/sqlite-net https://github.com/praeclarum/sqlite-net.git sqlite-net;sqlite;database;orm - LICENSE.txt + MIT Krueger Systems, Inc.