diff --git a/CHANGELOG.md b/CHANGELOG.md index 812b10e..fdf953d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update `ricaun.Auth` to beta - `LicenseAgreement` enable. ### Shared - Update `net6.0-windows` framework. +- Update support `net8.0-windows` framework. ### Console - Update `net7.0-windows` framework. - Update `csproj`. diff --git a/Directory.Build.props b/Directory.Build.props index 7552b96..2dcdb19 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.2.1-beta.9 + 1.2.1-beta.10 \ No newline at end of file diff --git a/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj b/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj index c8721c0..0ec6dc9 100644 --- a/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj +++ b/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj @@ -101,7 +101,6 @@ - diff --git a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip index 834f60d..3f67c7d 100644 Binary files a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip and b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip differ diff --git a/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj b/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj index bfe82bf..f47e4fa 100644 --- a/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj +++ b/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj @@ -9,7 +9,7 @@ true None Debug; Release - net46;net6.0-windows + net46;net6.0-windows;net8.0-windows @@ -64,7 +64,7 @@ - + diff --git a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip index 3d06444..7e5b667 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip differ diff --git a/ricaun.RevitTest.TestAdapter/Resources/net7.0-windows/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net7.0-windows/ricaun.RevitTest.Console.zip index ed0181b..3f35ad2 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net7.0-windows/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net7.0-windows/ricaun.RevitTest.Console.zip differ diff --git a/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj index a91bbb9..de34f3a 100644 --- a/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj +++ b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj @@ -1,7 +1,7 @@  - net45;net6 + net45;net6;net8 Latest true