Skip to content

Commit

Permalink
Shared: Update support net8.0-windows framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 16, 2024
1 parent 16f695e commit 75955e0
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.2.1-beta.9</Version>
<Version>1.2.1-beta.10</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<PackageReference Include="ricaun.Revit.UI" Version="*" />
<PackageReference Include="ricaun.Revit.Async" Version="*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
<PackageReference Include="NamedPipeWrapper.Json" Version="*" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<Configurations>Debug; Release</Configurations>
<TargetFrameworks>net46;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net46;net6.0-windows;net8.0-windows</TargetFrameworks>
</PropertyGroup>

<!-- Release -->
Expand Down Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NamedPipeWrapper.Json" Version="*" />
<PackageReference Include="NamedPipeWrapper.Json" Version="*-*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
</ItemGroup>

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;net6</TargetFrameworks>
<TargetFrameworks>net45;net6;net8</TargetFrameworks>
<LangVersion>Latest</LangVersion>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 75955e0

Please sign in to comment.