[skip ci] Merge pull request #52 from microsoft/develop

[skip ci] GuanExamples -> .NET 6
This commit is contained in:
Charles Torre 2023-01-30 16:46:27 -08:00 коммит произвёл GitHub
Родитель 31bc52542e 72d29e8517
Коммит f990d01c87
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -1,3 +1,3 @@
## GuanExamples .NET Core (3.1) Console Application
## GuanExamples .NET 6 Console Application
Play around with Guan in a .NET Core 3.1 Console application. The idea is that if you know how to write logic rules, query expresssions, and predicates in Prolog, then this is how you can do so (mostly) in Guan. There are differences and extended capabilities. Guan is not 100% like Prolog today (nor is that the goal). You are welcome to help Guan get there, of course. For now, if you write .NET code, then Guan provides you with another familiar and convenient way to add logic programing to your .NET programs.
Play around with Guan in a .NET 6 Console application. The idea is that if you know how to write logic rules, query expresssions, and predicates in Prolog, then this is how you can do so (mostly) in Guan. There are differences and extended capabilities. Guan is not 100% like Prolog today (nor is that the goal). You are welcome to help Guan get there, of course. For now, if you write .NET code, then Guan provides you with another familiar and convenient way to add logic programing to your .NET programs.