Skip to content

Commit e974f95

Browse files
choreUpdate Google.Protobuf to 3.31.0 (#26)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bd7267 commit e974f95

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

src/Daqifi.Core/Daqifi.Core.csproj

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
8-
<!-- Package Metadata -->
9-
<PackageId>Daqifi.Core</PackageId>
10-
<Authors>DAQiFi</Authors>
11-
<Description>Core library for interacting with DAQiFi devices</Description>
12-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13-
<PackageProjectUrl>https://github.com/daqifi/daqifi-core</PackageProjectUrl>
14-
<PackageReadmeFile>README.md</PackageReadmeFile>
15-
<PackageTags>daqifi;daq;data-acquisition;measurement;instrumentation</PackageTags>
16-
<RepositoryUrl>https://github.com/daqifi/daqifi-core</RepositoryUrl>
17-
<RepositoryType>git</RepositoryType>
18-
19-
<!-- Build Configuration -->
20-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21-
<IncludeSymbols>true</IncludeSymbols>
22-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
24-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25-
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
26-
</PropertyGroup>
27-
28-
<ItemGroup>
29-
<None Include="../../README.md" Pack="true" PackagePath="/" />
30-
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
31-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
32-
</ItemGroup>
33-
34-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
8+
<!-- Package Metadata -->
9+
<PackageId>Daqifi.Core</PackageId>
10+
<Authors>DAQiFi</Authors>
11+
<Description>Core library for interacting with DAQiFi devices</Description>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13+
<PackageProjectUrl>https://github.com/daqifi/daqifi-core</PackageProjectUrl>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
15+
<PackageTags>daqifi;daq;data-acquisition;measurement;instrumentation</PackageTags>
16+
<RepositoryUrl>https://github.com/daqifi/daqifi-core</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
19+
<!-- Build Configuration -->
20+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
26+
</PropertyGroup>
27+
28+
<ItemGroup>
29+
<None Include="../../README.md" Pack="true" PackagePath="/" />
30+
<PackageReference Include="Google.Protobuf" Version="3.31.0" />
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
32+
</ItemGroup>
33+
34+
</Project>

0 commit comments

Comments
 (0)