diff --git a/Readme.md b/Readme.md
index 06e0613..6d0f88a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -214,8 +214,6 @@ You can redirect the output to a file if desired.
| Package | Version |
| ------------------------------------- | ------- |
-| Fody | 6.7.0 |
-| ILMerge.Fody | 1.24.0 |
| Microsoft.CodeAnalysis.Analyzers | 3.3.4 |
| Microsoft.CodeAnalysis.CSharp | 4.3.0 |
| NETStandard.Library (Auto-referenced) | 2.0.3 |
diff --git a/ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj b/ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj
index 9360a2a..60f3217 100644
--- a/ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj
+++ b/ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/ResourceString.Net.Logic.Tests/ResourceString.Net.Logic.Tests.csproj b/ResourceString.Net.Logic.Tests/ResourceString.Net.Logic.Tests.csproj
index b3ef7bf..fa87c09 100644
--- a/ResourceString.Net.Logic.Tests/ResourceString.Net.Logic.Tests.csproj
+++ b/ResourceString.Net.Logic.Tests/ResourceString.Net.Logic.Tests.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/ResourceString.Net.Logic/ResourceString.Net.Logic.csproj b/ResourceString.Net.Logic/ResourceString.Net.Logic.csproj
index 1746496..a715f06 100644
--- a/ResourceString.Net.Logic/ResourceString.Net.Logic.csproj
+++ b/ResourceString.Net.Logic/ResourceString.Net.Logic.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/ResourceString.Net/FodyWeavers.xml b/ResourceString.Net/FodyWeavers.xml
deleted file mode 100644
index f529bfe..0000000
--- a/ResourceString.Net/FodyWeavers.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/ResourceString.Net/ResourceString.Net.csproj b/ResourceString.Net/ResourceString.Net.csproj
index 8d42a7c..fea5cb0 100644
--- a/ResourceString.Net/ResourceString.Net.csproj
+++ b/ResourceString.Net/ResourceString.Net.csproj
@@ -6,25 +6,25 @@
enable
true
true
+ true
stubbfel
false
generator
true
+ false
+ https://gitlab.com/stubbfel/ResourceString.Net
+ MIT
+ Readme.md
-
+
+
+
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- all
-
all
@@ -34,8 +34,8 @@
-
+
all
-
+
\ No newline at end of file
diff --git a/example/Example.App/Example.App.csproj b/example/Example.App/Example.App.csproj
index 24a4f0f..a6d860b 100644
--- a/example/Example.App/Example.App.csproj
+++ b/example/Example.App/Example.App.csproj
@@ -1,9 +1,5 @@
-
-
-
-
Exe
net6.0
@@ -11,6 +7,7 @@
enable
latest
false
+ true
@@ -19,5 +16,6 @@
+
diff --git a/example/Example.App/NuGet.Config b/example/Example.App/NuGet.Config
new file mode 100644
index 0000000..03587d3
--- /dev/null
+++ b/example/Example.App/NuGet.Config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flake.nix b/flake.nix
index c72218c..15d4525 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
outputs = { self, nixpkgs }:
let
name = "ResourceString.Net";
- version = "0.0.1";
+ version = "0.0.2";
supportedSystems =
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
@@ -93,7 +93,6 @@
projectFile = [
"ResourceString.Net/ResourceString.Net.csproj"
"ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj"
- "example/Example.App/Example.App.csproj"
];
nugetDeps = ./ResourceString.Net/deps.nix;
@@ -101,7 +100,7 @@
dotnet-sdk = nixpkgsFor.${system}.dotnet-sdk;
dotnet-runtime = nixpkgsFor.${system}.dotnet-runtime;
- executables = [ "ResourceString.Net.App.Console" "Example.App" ];
+ executables = [ "ResourceString.Net.App.Console" ];
packNupkg = true;
runtimeDeps = [ ];
};