We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b9045 commit e0328fdCopy full SHA for e0328fd
2 files changed
src/Rosidl.Generator.CSharp/Rosidl.Generator.CSharp.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0/TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
src/ros2cs/ros2cs.csproj
@@ -2,7 +2,7 @@
<OutputType>Exe</OutputType>
- <TargetFrameworks>net8.0</TargetFrameworks>
8
<AssemblyName>ros2cs</AssemblyName>
0 commit comments