Skip to content

Instantly share code, notes, and snippets.

View AaronLenoir's full-sized avatar

Aaron AaronLenoir

View GitHub Profile
using Akka.Actor;
using System;
using System.IO;
using System.Net;
namespace Akka.DownloadActor
{
/// <summary>
/// Downloads a file from a given Uri.
/// </summary>
user@ubuntu:~/dotnetcore/flaclibsharp$ dotnet test
Build started, please wait...
/usr/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Sandbox/FlacLibSharp.Sandbox.csproj]
Build started, please wait...
Build started, please wait...
Build started, please wait...
/usr/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve t
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
namespace BfInterpreter
{
public class Program
{
public static void Main(string[] args)