Rename Assembly to MustacheSharp for consistency
-change: TargetFrameworks of test project to be consistent with mein project
This commit is contained in:
parent
ea17d8fadc
commit
3f383cc46a
|
@ -1,8 +1,8 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<!-- <TargetFramework>netcoreapp2.1</TargetFramework> -->
|
||||||
|
<TargetFrameworks>NET45;netstandard2.0</TargetFrameworks>
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
|
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>MustacheSharp.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>MustacheSharp.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
<AssemblyName>mustache-sharp</AssemblyName>
|
<AssemblyName>MustacheSharp</AssemblyName>
|
||||||
<Authors>Truncon</Authors>
|
<Authors>Truncon</Authors>
|
||||||
<Description>An extension of the mustache text template engine for .NET.</Description>
|
<Description>An extension of the mustache text template engine for .NET.</Description>
|
||||||
<Copyright>Copyright © 2013</Copyright>
|
<Copyright>Copyright © 2013</Copyright>
|
||||||
|
|
Loading…
Reference in New Issue