31 lines
982 B
Diff
31 lines
982 B
Diff
From ccbe5c0401d6965a6daaa0b7bb022f63908c8942 Mon Sep 17 00:00:00 2001
|
|
From: Philipp Rintz <git@rintz.net>
|
|
Date: Mon, 28 Aug 2023 19:19:41 +0200
|
|
Subject: [PATCH] uncommited
|
|
|
|
---
|
|
pocket_updater.csproj | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/pocket_updater.csproj b/pocket_updater.csproj
|
|
index 11f604c..410bd47 100644
|
|
--- a/pocket_updater.csproj
|
|
+++ b/pocket_updater.csproj
|
|
@@ -12,6 +12,7 @@
|
|
<Authors>Matt Pannella</Authors>
|
|
<Product>Analogue Pocket Updater Utility</Product>
|
|
<RepositoryUrl>https://github.com/mattpannella/pocket-updater-utility</RepositoryUrl>
|
|
+ <RuntimeIdentifier>@RuntimeIdentifier@</RuntimeIdentifier>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
|
@@ -26,4 +27,4 @@
|
|
<ItemGroup>
|
|
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
|
</ItemGroup>
|
|
-</Project>
|
|
\ No newline at end of file
|
|
+</Project>
|
|
--
|
|
2.40.1
|
|
|