Git Product home page Git Product logo

Comments (3)

donaldnevermore avatar donaldnevermore commented on September 7, 2024

Maybe we need to rewrite the whole Kaleidoscope tutorial in C#?

from llvmsharp.

perlun avatar perlun commented on September 7, 2024

While you're at it @mjsabby, it would be great to get the Kaleidoscope examples upgraded from netcoreapp3.1 (EOL December 13, 2022)... 🙂 I realized this when I copied the examples to a local project and tried to run them (I only have newer .NET runtime versions installed).

from llvmsharp.

perlun avatar perlun commented on September 7, 2024

(For the record, the code seems to compile & run cleanly on .NET 6.0 so this should be quite simple to fix. The diff below is from my local project where I just imported the chapter 5 code into the project root.)

diff --git Kaleidoscope/Kaleidoscope.csproj Kaleidoscope/Kaleidoscope.csproj
index 068bfc0..cde6256 100644
--- Kaleidoscope/Kaleidoscope.csproj
+++ Kaleidoscope/Kaleidoscope.csproj
@@ -9,7 +9,7 @@
 		<AppDesignerFolder>Properties</AppDesignerFolder>
 		<RootNamespace>Kaleidoscope</RootNamespace>
 		<AssemblyName>Kaleidoscope</AssemblyName>
-		<TargetFramework>netcoreapp3.1</TargetFramework>
+		<TargetFramework>net6.0</TargetFramework>
 		<NuGetPackageImportStamp>0e4b5d39</NuGetPackageImportStamp>
 	</PropertyGroup>
 </Project>
diff --git KaleidoscopeLLVM/KaleidoscopeLLVM.csproj KaleidoscopeLLVM/KaleidoscopeLLVM.csproj
index abfb50a..bea345e 100644
--- KaleidoscopeLLVM/KaleidoscopeLLVM.csproj
+++ KaleidoscopeLLVM/KaleidoscopeLLVM.csproj
@@ -8,7 +8,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>KaleidoscopeLLVM</RootNamespace>
     <AssemblyName>KaleidoscopeLLVM</AssemblyName>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>net6.0</TargetFramework>
     <FileAlignment>512</FileAlignment>
     <NuGetPackageImportStamp>b8df454a</NuGetPackageImportStamp>
   </PropertyGroup>

from llvmsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.