System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: a45ec36489ed95cca504fffd415bde41e25ab19b
Ticket: 5a35f3a26aea5204a768705816715f730efb8fd5
BadImageFormatException with SDK style .Net Framwork project
User & Date: anonymous 2019-12-18 05:14:58
Changes

  1. icomment:
    Try specified `RuntimeIdentifier` or `RuntimeIdentifiers` for workaround
    
    ```xml
    <Project Sdk="Microsoft.NET.Sdk">
      <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net472</TargetFramework>
        <RuntimeIdentifier>win-x64</RuntimeIdentifier>
      </PropertyGroup>
    </Project>
    ```
    
  2. login: "anonymous"
  3. mimetype: "text/x-markdown"