rm ilmerge, new version 0.0.2

This commit is contained in:
2023-05-18 21:36:54 +00:00
parent b62e34eea2
commit 4c1f36e5f8
9 changed files with 23 additions and 25 deletions

View File

@@ -1,9 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\ResourceString.Net\ResourceString.Net.csproj" OutputItemType="Analyzer" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
@@ -11,6 +7,7 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
@@ -19,5 +16,6 @@
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="ResourceString.Net" />
</ItemGroup>
</Project>

View 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>