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">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
|
||||
<!-- <TargetFramework>netcoreapp2.1</TargetFramework> -->
|
||||
<TargetFrameworks>NET45;netstandard2.0</TargetFrameworks>
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<SignAssembly>true</SignAssembly>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>MustacheSharp.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>false</DelaySign>
|
||||
<AssemblyName>mustache-sharp</AssemblyName>
|
||||
<AssemblyName>MustacheSharp</AssemblyName>
|
||||
<Authors>Truncon</Authors>
|
||||
<Description>An extension of the mustache text template engine for .NET.</Description>
|
||||
<Copyright>Copyright © 2013</Copyright>
|
||||
|
|
Loading…
Reference in New Issue