Giter VIP home page Giter VIP logo

Comments (5)

SebLague avatar SebLague commented on July 26, 2024 1

Hi, I'll be running submissions with .NET 6 so it needs to work with that. So long as you test it before submitting though, you're welcome to work with .NET 7

from chess-challenge.

Alfred-Jijo avatar Alfred-Jijo commented on July 26, 2024

It should matter what you have both installed if thats what you meant you probably need .Net 6 but if you have both it shouldnt effect anything.

If you find the .csproj file you should see this:

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <RootNamespace>Chess_Challenge</RootNamespace>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>

in the TargetFramework you can see its automatically net6.0 and I have both 6.0 and 7.0 installed

from chess-challenge.

just-a-hriday avatar just-a-hriday commented on July 26, 2024

It should matter what you have both installed if thats what you meant you probably need .Net 6 but if you have both it shouldnt effect anything.

If you find the .csproj file you should see this:

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <RootNamespace>Chess_Challenge</RootNamespace>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>

in the TargetFramework you can see its automatically net6.0 and I have both 6.0 and 7.0 installed

That's not my question. I asked if it would be against the rules to use net7.0.

from chess-challenge.

just-a-hriday avatar just-a-hriday commented on July 26, 2024

Just read the rules. (spoiler: no)

The rules don't mention the .net version at all. The instructions ask you to install .net 6, but that doesn't mean anything.

from chess-challenge.

lucasmeneghin avatar lucasmeneghin commented on July 26, 2024

I guess as long as your code compiles with .net 6 it should be fine, if not, then no
Of course the only person who can answer is Sebastian but i dont think he will change compiler depending on the submission

from chess-challenge.

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.