We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ec71 commit 7b1462fCopy full SHA for 7b1462f
src/Soenneker.Reflection.Cache.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<?xml version="1.0" encoding="utf-8"?><Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
@@ -31,7 +31,7 @@
31
<PackageReadmeFile>README.md</PackageReadmeFile>
32
<PackageIcon>icon.png</PackageIcon>
33
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
34
- </PropertyGroup>
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild></PropertyGroup>
35
36
<ItemGroup>
37
0 commit comments