Skip to content

Commit

Permalink
yml 15
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 10, 2025
1 parent 79044ef commit c9aecf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dotnet/ComponentClassRegistry/PcieCli/PcieCli.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Pcie\Pcie.Shared.props" />
<Import Project="..\Pcie\Pcie.Shared.props" /><!--supplies version-->

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>linux-x64;win-x64</RuntimeIdentifiers>
<PackageVersion>$(Version)</PackageVersion><!--Defined in shared props file-->
<StartupObject>PcieCli.PcieCli</StartupObject>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/ComponentClassRegistry/SmbiosCli/SmbiosCli.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Smbios\Smbios.Shared.props" />
<Import Project="..\Smbios\Smbios.Shared.props" /><!--supplies version-->

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>linux-x64;win-x64</RuntimeIdentifiers>
<PackageVersion>$(Version)</PackageVersion><!--Defined in shared props file-->
<StartupObject>SmbiosCli.SmbiosCli</StartupObject>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/ComponentClassRegistry/StorageCli/StorageCli.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Storage\Storage.Shared.props" />
<Import Project="..\Storage\Storage.Shared.props" /><!--supplies version-->

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>linux-x64;win-x64</RuntimeIdentifiers>
<PackageVersion>$(Version)</PackageVersion><!--Defined in shared props file-->
<StartupObject>StorageCli.StorageCli</StartupObject>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit c9aecf2

Please sign in to comment.