Bläddra i källkod

chore: bump up JitInspect package

nuskey8 1 månad sedan
förälder
incheckning
71a50c43ca
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      sandbox/JitTest/JitTest.csproj

+ 2 - 2
sandbox/JitTest/JitTest.csproj

@@ -6,7 +6,7 @@
         <LangVersion>13</LangVersion>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
-        <AllowUnsafeBlocks >true</AllowUnsafeBlocks>
+        <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     </PropertyGroup>
 
     <ItemGroup>
@@ -15,7 +15,7 @@
     </ItemGroup>
 
     <ItemGroup>
-      <PackageReference Include="JitInspect" Version="1.0.2" />
+      <PackageReference Include="JitInspect" Version="1.0.3" />
     </ItemGroup>
 
 </Project>