Skip to content

Commit

Permalink
Merge pull request #7 from trustpilot/update-authenticated-encryption…
Browse files Browse the repository at this point in the history
…-cli-to-the-newest-version-of-net-core

Update authenticated encryption cli to the newest version of net core
  • Loading branch information
rthunbo authored Mar 29, 2019
2 parents d429a4f + 8b57ad7 commit e789e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Aem/Aem.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>Aem</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Aem</PackageId>
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A command line interface for encrypting and decrypting data using authenticated

## Installation

1. [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-download.md) and install .NET Core 1.0.4 for your operating system
1. [Download](https://www.microsoft.com/net/download/core) and install .NET Core for your operating system
2. [Download](https://github.com/trustpilot/authenticated-encryption-cli/releases) and unzip Authenticated Encryption Manager

## Usage
Expand Down

0 comments on commit e789e8d

Please sign in to comment.