rm ilmerge, new version 0.0.2
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user