rm ilmerge, new version 0.0.2
This commit is contained in:
@@ -214,8 +214,6 @@ You can redirect the output to a file if desired.
|
|||||||
|
|
||||||
| Package | Version |
|
| Package | Version |
|
||||||
| ------------------------------------- | ------- |
|
| ------------------------------------- | ------- |
|
||||||
| Fody | 6.7.0 |
|
|
||||||
| ILMerge.Fody | 1.24.0 |
|
|
||||||
| Microsoft.CodeAnalysis.Analyzers | 3.3.4 |
|
| Microsoft.CodeAnalysis.Analyzers | 3.3.4 |
|
||||||
| Microsoft.CodeAnalysis.CSharp | 4.3.0 |
|
| Microsoft.CodeAnalysis.CSharp | 4.3.0 |
|
||||||
| NETStandard.Library (Auto-referenced) | 2.0.3 |
|
| NETStandard.Library (Auto-referenced) | 2.0.3 |
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\ResourceString.Net.Logic\ResourceString.Net.Logic.csproj" />
|
<ProjectReference Include="../ResourceString.Net.Logic/ResourceString.Net.Logic.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\ResourceString.Net.Logic\ResourceString.Net.Logic.csproj" />
|
<ProjectReference Include="../ResourceString.Net.Logic/ResourceString.Net.Logic.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\ResourceString.Net.Contract\ResourceString.Net.Contract.csproj" />
|
<ProjectReference Include="../ResourceString.Net.Contract/ResourceString.Net.Contract.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
|
||||||
<ILMerge FullImport='true' HideImportedTypes='false' IncludeAssemblies='ResourceString.Net*|LanguageExt*'/>
|
|
||||||
</Weavers>
|
|
||||||
@@ -6,25 +6,25 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
|
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<Authors>stubbfel</Authors>
|
<Authors>stubbfel</Authors>
|
||||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||||
<PackageTags>generator</PackageTags>
|
<PackageTags>generator</PackageTags>
|
||||||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||||
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||||
|
<PackageProjectUrl>https://gitlab.com/stubbfel/ResourceString.Net</PackageProjectUrl>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>Readme.md</PackageReadmeFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- It puts the dll in the expected folder of the NuGet package to be recognized as a C# analyzer -->
|
<!-- It puts the dll in the expected folder of the NuGet package to be recognized as a C# analyzer -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
|
<None Include="$(OutputPath)/*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
|
||||||
|
<None Include="$(OutputPath)/$(AssemblyName).Contract.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
|
||||||
|
<None Include="../Readme.md" Pack="true" PackagePath="/"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Fody" Version="6.7.0">
|
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
||||||
<PrivateAssets>all</PrivateAssets>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="ILMerge.Fody" Version="1.24.0">
|
|
||||||
<PrivateAssets>all</PrivateAssets>
|
|
||||||
</PackageReference>
|
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\ResourceString.Net.Logic\ResourceString.Net.Logic.csproj">
|
<ProjectReference Include="../ResourceString.Net.Logic\ResourceString.Net.Logic.csproj">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\ResourceString.Net\ResourceString.Net.csproj" OutputItemType="Analyzer" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
@@ -11,6 +7,7 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@@ -19,5 +16,6 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
|
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
|
||||||
|
<PackageReference Include="ResourceString.Net" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
6
example/Example.App/NuGet.Config
Normal file
6
example/Example.App/NuGet.Config
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<add key="local-packages" value="../../ResourceString.Net/bin/Debug" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
let
|
let
|
||||||
name = "ResourceString.Net";
|
name = "ResourceString.Net";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
supportedSystems =
|
supportedSystems =
|
||||||
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
@@ -93,7 +93,6 @@
|
|||||||
projectFile = [
|
projectFile = [
|
||||||
"ResourceString.Net/ResourceString.Net.csproj"
|
"ResourceString.Net/ResourceString.Net.csproj"
|
||||||
"ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj"
|
"ResourceString.Net.App.Console/ResourceString.Net.App.Console.csproj"
|
||||||
"example/Example.App/Example.App.csproj"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nugetDeps = ./ResourceString.Net/deps.nix;
|
nugetDeps = ./ResourceString.Net/deps.nix;
|
||||||
@@ -101,7 +100,7 @@
|
|||||||
|
|
||||||
dotnet-sdk = nixpkgsFor.${system}.dotnet-sdk;
|
dotnet-sdk = nixpkgsFor.${system}.dotnet-sdk;
|
||||||
dotnet-runtime = nixpkgsFor.${system}.dotnet-runtime;
|
dotnet-runtime = nixpkgsFor.${system}.dotnet-runtime;
|
||||||
executables = [ "ResourceString.Net.App.Console" "Example.App" ];
|
executables = [ "ResourceString.Net.App.Console" ];
|
||||||
packNupkg = true;
|
packNupkg = true;
|
||||||
runtimeDeps = [ ];
|
runtimeDeps = [ ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user