Skip to content

Commit

Permalink
moved all projects to to net6
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Jan 14, 2024
1 parent a41a71b commit a8e9ee3
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sources/Dot.AdventureGame/Dot.AdventureGame.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<AssemblyName>DustInTheWind.Dot.AdventureGame</AssemblyName>
<RootNamespace>DustInTheWind.Dot.AdventureGame</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Application/Dot.Application.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.Application</RootNamespace>
<AssemblyName>DustInTheWind.Dot.Application</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.AudioSupport/Dot.AudioSupport.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.AudioSupport</RootNamespace>
<AssemblyName>DustInTheWind.Dot.AudioSupport</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Bootstrapping/Dot.Bootstrapping.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.Bootstrapping</RootNamespace>
<AssemblyName>DustInTheWind.Dot.Bootstrapping</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.ConsoleHelpers/Dot.ConsoleHelpers.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.ConsoleHelpers</RootNamespace>
<AssemblyName>DustInTheWind.Dot.ConsoleHelpers</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Demo/Dot.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<AssemblyName>DustInTheWind.Dot.Demo</AssemblyName>
<RootNamespace>DustInTheWind.Dot.Demo</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Domain/Dot.Domain.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.Domain</RootNamespace>
<AssemblyName>DustInTheWind.Dot.Domain</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<AssemblyName>DustInTheWind.Dot.GameStorage.Binary</AssemblyName>
<RootNamespace>DustInTheWind.Dot.GameStorage.Binary</RootNamespace>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.MicrosoftDependencyInjection</RootNamespace>
<AssemblyName>DustInTheWind.Dot.MicrosoftDependencyInjection</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Ninject/Dot.Ninject.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<AssemblyName>DustInTheWind.Dot.Ninject</AssemblyName>
<RootNamespace>DustInTheWind.Dot.Ninject</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.Presentation/Dot.Presentation.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.Presentation</RootNamespace>
<AssemblyName>DustInTheWind.Dot.Presentation</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions sources/Dot.Presentation/Modules/MenuModule.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using DustInTheWind.Dot.ConsoleHelpers.ConsoleUtil;
using DustInTheWind.Dot.Domain.ModuleModel;
using DustInTheWind.Dot.Presentation.Commands;
using DustInTheWind.Dot.Presentation.Presenters;
using DustInTheWind.Dot.Presentation.Views;

namespace DustInTheWind.Dot.Presentation.Modules
{
Expand Down
3 changes: 1 addition & 2 deletions sources/Dot.Tests/Dot.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>

<TargetFramework>net6</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion sources/Dot.WindowsNative/Dot.WindowsNative.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<RootNamespace>DustInTheWind.Dot.WindowsNative</RootNamespace>
<AssemblyName>DustInTheWind.Dot.WindowsNative</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit a8e9ee3

Please sign in to comment.