Compare commits
1 Commits
bfbc7ba027
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
bafbaedc52
|
@@ -1,8 +1,8 @@
|
|||||||
<Solution>
|
<Solution>
|
||||||
<Folder Name="/Solution Folder/">
|
<Folder Name="/Solution Folder/">
|
||||||
<File Path="LICENSE" />
|
<File Path="LICENSE"/>
|
||||||
<File Path="Readme.MD" />
|
<File Path="Readme.MD"/>
|
||||||
</Folder>
|
</Folder>
|
||||||
<Project Path="JackCraft.Config/JackCraft.Config.csproj" />
|
<Project Path="JackCraft.Config/JackCraft.Config.csproj"/>
|
||||||
<Project Path="Test/Test.csproj" />
|
<Project Path="Test/Test.csproj"/>
|
||||||
</Solution>
|
</Solution>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<LangVersion>latestmajor</LangVersion>
|
<LangVersion>latestmajor</LangVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<LangVersion>latestmajor</LangVersion>
|
<LangVersion>latestmajor</LangVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
Reference in New Issue
Block a user