diff --git a/AOC.Common/AOC.Common.csproj b/AOC.Common/AOC.Common.csproj index 28a3a3f..c9e2652 100644 --- a/AOC.Common/AOC.Common.csproj +++ b/AOC.Common/AOC.Common.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 enable enable diff --git a/AOC.Test/AOC.Test.csproj b/AOC.Test/AOC.Test.csproj index bf6c857..8c2eeb9 100644 --- a/AOC.Test/AOC.Test.csproj +++ b/AOC.Test/AOC.Test.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -9,10 +9,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AOC2015/AOC2015.csproj b/AOC2015/AOC2015.csproj index 830f6ee..77ab940 100644 --- a/AOC2015/AOC2015.csproj +++ b/AOC2015/AOC2015.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable @@ -27,7 +27,7 @@ - + diff --git a/AOC2016/AOC2016.csproj b/AOC2016/AOC2016.csproj index 1249269..9c2ed68 100644 --- a/AOC2016/AOC2016.csproj +++ b/AOC2016/AOC2016.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/AOC2017/AOC2017.csproj b/AOC2017/AOC2017.csproj index 98fc514..0116aaf 100644 --- a/AOC2017/AOC2017.csproj +++ b/AOC2017/AOC2017.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/AOC2018/AOC2018.csproj b/AOC2018/AOC2018.csproj index d4b9727..d7f3745 100644 --- a/AOC2018/AOC2018.csproj +++ b/AOC2018/AOC2018.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/AOC2019/AOC2019.csproj b/AOC2019/AOC2019.csproj index 60e85e8..63f9250 100644 --- a/AOC2019/AOC2019.csproj +++ b/AOC2019/AOC2019.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/AOC2020/AOC2020.csproj b/AOC2020/AOC2020.csproj index 44ca9e1..e176d9b 100644 --- a/AOC2020/AOC2020.csproj +++ b/AOC2020/AOC2020.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable @@ -27,7 +27,7 @@ - + diff --git a/AOC2021/AOC2021.csproj b/AOC2021/AOC2021.csproj index 87ebd58..42399ca 100644 --- a/AOC2021/AOC2021.csproj +++ b/AOC2021/AOC2021.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable @@ -24,7 +24,7 @@ - + diff --git a/AOC2022/AOC2022.csproj b/AOC2022/AOC2022.csproj index e08cbb9..60969cd 100644 --- a/AOC2022/AOC2022.csproj +++ b/AOC2022/AOC2022.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable @@ -26,7 +26,7 @@ - + diff --git a/global.json b/global.json index 3cb4f96..c65c9ea 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "7.0.0", + "version": "8.0.0", "rollForward": "latestMinor", - "allowPrerelease": false + "allowPrerelease": true } -} +} \ No newline at end of file