Skip to content

Commit

Permalink
Fixed .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed May 25, 2019
1 parent 17744e1 commit 70b3123
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions BankAccount/BankAccount.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>MagyarNemzetiBank</RootNamespace>
<AssemblyName>MagyarNemzetiBank.BankAccount</AssemblyName>
<Description>This library written in pure C# checks the validity of Hungarian bank account numbers and determines which bank they belong to</Description>
<Company>Balázs Keresztury</Company>
<Copyright>Copyright (c) 2019 Balázs Keresztury</Copyright>
<Product>MagyarNemzetiBank.BankAccount</Product>
<AssemblyVersion>1.0.0</AssemblyVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="&quot;C:\Program Files (x86)\NuGet\nuget.exe&quot; pack &quot;$(ProjectPath)&quot; -Prop Configuration=$(ConfigurationName)" />
</Target>

</Project>

0 comments on commit 70b3123

Please sign in to comment.